##// END OF EJS Templates
Fixes Gantt chart with ruby 1.8.7 (#1606)....
Jean-Philippe Lang -
r1633:bb76561ca68e
parent child
Show More
@@ -190,7 +190,6 top = headers_height + 10
190 190 <%= i.status.name %>
191 191 <%= (i.done_ratio).to_i %>%
192 192 </div>
193 <% # === tooltip === %>
194 193 <div class="tooltip" style="position: absolute;top:<%= top %>px;left:<%= i_left %>px;width:<%= i_width %>px;height:12px;">
195 194 <span class="tip">
196 195 <%= render_issue_tooltip i %>
General Comments 0
You need to be logged in to leave comments. Login now