@@ -190,7 +190,6 top = headers_height + 10 | |||||
190 | <%= i.status.name %> |
|
190 | <%= i.status.name %> | |
191 | <%= (i.done_ratio).to_i %>% |
|
191 | <%= (i.done_ratio).to_i %>% | |
192 | </div> |
|
192 | </div> | |
193 | <% # === tooltip === %> |
|
|||
194 | <div class="tooltip" style="position: absolute;top:<%= top %>px;left:<%= i_left %>px;width:<%= i_width %>px;height:12px;"> |
|
193 | <div class="tooltip" style="position: absolute;top:<%= top %>px;left:<%= i_left %>px;width:<%= i_width %>px;height:12px;"> | |
195 | <span class="tip"> |
|
194 | <span class="tip"> | |
196 | <%= render_issue_tooltip i %> |
|
195 | <%= render_issue_tooltip i %> |
General Comments 0
You need to be logged in to leave comments.
Login now