diff --git a/app/views/contracts/show.html.erb b/app/views/contracts/show.html.erb index 129004f..a9306fb 100644 --- a/app/views/contracts/show.html.erb +++ b/app/views/contracts/show.html.erb @@ -96,8 +96,7 @@ <% resource.deliverables.each do |deliverable| %> - <%#= TODO: even/'' class %> - <% content_tag_for(:tr, deliverable, :class => 'click') do %> + <% content_tag_for(:tr, deliverable, :class => 'click ' + cycle('even','')) do %> <%= h format_date(deliverable.end_date) %> <%= h deliverable.short_type %> <%= h deliverable.title %>