1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-11 01:51:32 +00:00

Removes hard-coded border.

git-svn-id: http://svn.redmine.org/redmine/trunk@15938 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-10-29 14:10:20 +00:00
parent 7a6f04c25f
commit 44130caa59

View File

@ -30,7 +30,7 @@ entries_by_day = entries.group_by(&:spent_on)
<td class="hours"><em><%= html_hours("%.2f" % entries_by_day[day].sum(&:hours).to_f) %></em></td>
</tr>
<% entries_by_day[day].each do |entry| -%>
<tr class="time-entry hascontextmenu" style="border-bottom: 1px solid #f5f5f5;">
<tr class="time-entry hascontextmenu">
<td class="activity">
<%= check_box_tag("ids[]", entry.id, false, :style => 'display:none;', :id => nil) %>
<%= entry.activity %>