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:
Jean-Philippe Lang 2008-07-09 17:16:37 +00:00
parent 40efaae6d5
commit bb76561ca6
1 changed files with 0 additions and 1 deletions

View File

@ -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 %>