| <%= l(:field_name) %> | |
|---|---|
| <%= link_to_if_authorized h(category.name), { :controller => 'contract_categories', :action => 'edit', :id => category } %> | <%= link_to_if_authorized l(:button_delete), {:controller => 'contract_categories', :action => 'destroy', :id => category}, :method => :post, :confirm => l(:text_are_you_sure), :class => 'icon icon-del' %> |
<%= l(:label_no_data) %>
<% end %><%= link_to_if_authorized l(:label_contract_category_new), :controller => 'contract_categories', :action => 'new', :project_id => @project %>
<%= render :partial => "projects/contract_statuses" %>