Commit bb76561c authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixes Gantt chart with ruby 1.8.7 (#1606).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1647 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 40efaae6
......@@ -190,7 +190,6 @@ top = headers_height + 10
<%= i.status.name %>
<%= (i.done_ratio).to_i %>%
</div>
<% # === tooltip === %>
<div class="tooltip" style="position: absolute;top:<%= top %>px;left:<%= i_left %>px;width:<%= i_width %>px;height:12px;">
<span class="tip">
<%= render_issue_tooltip i %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment