Fixes Gantt chart with ruby 1.8.7 (#1606).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1647 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
40efaae6d5
commit
bb76561ca6
|
@ -190,7 +190,6 @@ top = headers_height + 10
|
||||||
<%= i.status.name %>
|
<%= i.status.name %>
|
||||||
<%= (i.done_ratio).to_i %>%
|
<%= (i.done_ratio).to_i %>%
|
||||||
</div>
|
</div>
|
||||||
<% # === tooltip === %>
|
|
||||||
<div class="tooltip" style="position: absolute;top:<%= top %>px;left:<%= i_left %>px;width:<%= i_width %>px;height:12px;">
|
<div class="tooltip" style="position: absolute;top:<%= top %>px;left:<%= i_left %>px;width:<%= i_width %>px;height:12px;">
|
||||||
<span class="tip">
|
<span class="tip">
|
||||||
<%= render_issue_tooltip i %>
|
<%= render_issue_tooltip i %>
|
||||||
|
|
Loading…
Reference in New Issue