diff options
Diffstat (limited to 'app/views/my/blocks/_timelog.html.erb')
-rw-r--r-- | app/views/my/blocks/_timelog.html.erb | 2 |
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> |