<%#-- copyright OpenProject is a project management system. Copyright (C) 2012-2013 the OpenProject Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. See doc/COPYRIGHT.rdoc for more details. ++#%> <% if tab[:name] == 'WorkUnitCustomField' %> <% end %> <% (@custom_fields_by_type[tab[:name]] || []).sort.each do |custom_field| -%> "> <% if tab[:name] == 'WorkUnitCustomField' %> <% end %> <% end; reset_cycle %>
<%= CustomField.human_attribute_name(:name) %> <%= CustomField.human_attribute_name(:field_format) %> <%= CustomField.human_attribute_name(:is_required) %><%= CustomField.human_attribute_name(:is_for_all) %> <%=l(:label_used_by)%><%=l(:button_sort)%>
<%= link_to h(custom_field.name), :action => 'edit', :id => custom_field %> <%= Redmine::CustomFieldFormat.label_for(custom_field.field_format) %> <%= checked_image custom_field.is_required? %><%= checked_image custom_field.is_for_all? %> <%= l(:label_x_projects, :count => custom_field.projects.count) if custom_field.is_a? WorkUnitCustomField and !custom_field.is_for_all? %><%= reorder_links('custom_field', {:action => 'edit', :id => custom_field}) %> <%= link_to(l(:button_delete), { :action => 'destroy', :id => custom_field }, :method => :post, :confirm => l(:text_are_you_sure), :class => 'icon icon-del') %>

<%= link_to l(:label_custom_field_new), {:action => 'new', :type => tab[:name]}, :class => 'icon icon-add' %>