From de0752ed02d4f4f03e0ccc25806948c3969b4eca Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Mon, 9 Aug 2010 12:00:38 -0700 Subject: [PATCH] [#4178] CSS stripe the contracts list. --- app/views/contracts/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>