summaryrefslogtreecommitdiffstats
path: root/app/views/my
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-01-26 18:07:23 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-01-26 18:07:23 +0000
commit36cfb2cc8b323aaa110f073eb0145f5b49268ad0 (patch)
tree3b372f73b8216f40b50c76f050a5fbdb19c344d5 /app/views/my
parent3d3192b187f565ce1dcb01836d0d460467032f35 (diff)
downloadredmine-36cfb2cc8b323aaa110f073eb0145f5b49268ad0.tar.gz
redmine-36cfb2cc8b323aaa110f073eb0145f5b49268ad0.zip
Adds odd_even class to time entries (#15361).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16262 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 dd962eae4..c7ec978fb 100644
--- a/app/views/my/blocks/_timelog.html.erb
+++ b/app/views/my/blocks/_timelog.html.erb
@@ -34,7 +34,7 @@ entries_by_day = entries.group_by(&:spent_on)
<% if entries.any? %>
<%= form_tag({}, :data => {:cm_url => time_entries_context_menu_path}) do %>
-<table class="list time-entries">
+<table class="list time-entries odd-even">
<thead><tr>
<th><%= l(:label_activity) %></th>
<th><%= l(:label_project) %></th>