[#4411] Format the Contracts list too.

This commit is contained in:
Eric Davis
2010-08-12 10:06:43 -07:00
parent fa12fcd129
commit dfcc31c83e
+1 -1
View File
@@ -31,7 +31,7 @@
<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>
<td class="total-budget"><%= h(number_to_currency(contract.total_budget)) %></td>
<td class="total-budget"><%= h(format_value_field_for_contracts(contract.total_budget)) %></td>
<td class="end-date"><%= h format_date(contract.end_date) %></td>
<% end %>
<% end %>