|
|
@ -65,7 +65,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
|
|
<%= number_to_currency(labor_budget_item.calculated_costs(@cost_object.fixed_date, @cost_object.project_id)) if labor_budget_item.costs_visible_by?(User.current) %> |
|
|
|
<%= number_to_currency(labor_budget_item.calculated_costs(@cost_object.fixed_date, @cost_object.project_id)) if labor_budget_item.costs_visible_by?(User.current) %> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<td class="delete budget-table--fields buttons -short"> |
|
|
|
<td class="delete budget-table--fields buttons"> |
|
|
|
<a class="delete-budget-item no-decoration-on-hover" title="<%= t(:button_delete) %>" href="javascript:"> |
|
|
|
<a class="delete-budget-item no-decoration-on-hover" title="<%= t(:button_delete) %>" href="javascript:"> |
|
|
|
<span class="icon-context icon-delete"></span> |
|
|
|
<span class="icon-context icon-delete"></span> |
|
|
|
<span class="hidden-for-sighted"><%= t(:button_delete) %></span> |
|
|
|
<span class="hidden-for-sighted"><%= t(:button_delete) %></span> |
|
|
|