diff --git a/app/views/contracts/index.html.erb b/app/views/contracts/index.html.erb index 465720d..32c00e0 100644 --- a/app/views/contracts/index.html.erb +++ b/app/views/contracts/index.html.erb @@ -27,7 +27,7 @@ <% collection.each do |contract| %> - <% content_tag_for(:tr, contract) do %> + <% content_tag_for(:tr, contract, :class => cycle('','odd')) do %> <%= link_to(h(contract.id), contract_path(@project, contract)) %> <%= link_to(h(contract.name), contract_path(@project, contract)) %> <%= h contract.account_executive.name %>