[#4178] CSS stripe the contracts list.

This commit is contained in:
Eric Davis
2010-08-09 12:00:38 -07:00
parent ed1d04d18d
commit de0752ed02
+1 -1
View File
@@ -27,7 +27,7 @@
</thead>
<tbody>
<% collection.each do |contract| %>
<% content_tag_for(:tr, contract) do %>
<% content_tag_for(:tr, contract, :class => cycle('','odd')) do %>
<td class="id"><%= link_to(h(contract.id), contract_path(@project, contract)) %></td>
<td class="name"><%= link_to(h(contract.name), contract_path(@project, contract)) %></td>
<td class="account-executive"><%= h contract.account_executive.name %></td>