diff --git a/app/views/contracts/show.html.erb b/app/views/contracts/show.html.erb index 618d1b5..01d656e 100644 --- a/app/views/contracts/show.html.erb +++ b/app/views/contracts/show.html.erb @@ -110,7 +110,7 @@ <% if resource.deliverables.empty? %>
<%= l(:label_no_data) %>
<% else %> -| <%= l(:field_end_date) %> | diff --git a/app/views/deliverables/_finances.html.erb b/app/views/deliverables/_finances.html.erb index a6cc5ec..f75c081 100644 --- a/app/views/deliverables/_finances.html.erb +++ b/app/views/deliverables/_finances.html.erb @@ -7,9 +7,10 @@||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| <%= l(:field_labor) %> | <%= l(:field_cost) %> | @@ -33,13 +34,13 @@<%= number_with_precision(deliverable.hours_spent_for_activity(activity), :precision => 0) %> | -+ | <%= number_with_precision(deliverable.hours_budget_for_activity(activity), :precision => 0) %> | <% end %> <% end %> -
|---|---|---|---|
| Totals | @@ -52,7 +53,7 @@<%= number_with_precision(deliverable.labor_hours_spent_total, :precision => 0) %> | -+ | <%= number_with_precision(deliverable.labor_budget_hours, :precision => 0) %> |
| <%= l(:field_overhead) %> | <%= l(:field_cost) %> | @@ -83,13 +84,13 @@<%= number_with_precision(deliverable.hours_spent_for_activity(activity), :precision => 0) %> | -+ | <%= number_with_precision(deliverable.hours_budget_for_activity(activity), :precision => 0) %> | <% end %> <% end %> -
|---|---|---|---|
| Totals | @@ -102,10 +103,12 @@<%= number_with_precision(deliverable.overhead_hours_spent_total, :precision => 0) %> | -+ | <%= number_with_precision(deliverable.overhead_budget_hours, :precision => 0) %> |