summaryrefslogtreecommitdiffstats
path: root/app/views/my
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-10-29 14:10:20 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-10-29 14:10:20 +0000
commit44130caa599cc0afa487472fc6dd6ba6c5ab95b2 (patch)
treeb9a0abdc9bf02d6522d35d6ac40397eac766daab /app/views/my
parent7a6f04c25fbb1166b909daff645727ba8c32f00b (diff)
downloadredmine-44130caa599cc0afa487472fc6dd6ba6c5ab95b2.tar.gz
redmine-44130caa599cc0afa487472fc6dd6ba6c5ab95b2.zip
Removes hard-coded border.
git-svn-id: http://svn.redmine.org/redmine/trunk@15938 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r--app/views/my/blocks/_timelog.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/blocks/_timelog.html.erb b/app/views/my/blocks/_timelog.html.erb
index bbdb194de..47865b0f0 100644
--- a/app/views/my/blocks/_timelog.html.erb
+++ b/app/views/my/blocks/_timelog.html.erb
@@ -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 %>