[#4178] CSS stripe the contracts list.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user