<%=l(:field_name)%> | <%=l(:field_field_format)%> | <%=l(:field_is_required)%> | <% if tab[:name] == 'IssueCustomField' %><%=l(:field_is_for_all)%> | <%=l(:label_used_by)%> | <% end %><%=l(:button_sort)%> | |
---|---|---|---|---|---|---|
<%= link_to h(custom_field.name), edit_custom_field_path(custom_field) %> | <%= l(Redmine::CustomFieldFormat.label_for(custom_field.field_format)) %> | <%= checked_image custom_field.is_required? %> | <% if tab[:name] == 'IssueCustomField' %><%= checked_image custom_field.is_for_all? %> | <%= l(:label_x_projects, :count => custom_field.projects.count) if custom_field.is_a? IssueCustomField and !custom_field.is_for_all? %> | <% end %><%= reorder_links('custom_field', {:action => 'update', :id => custom_field}, :put) %> | <%= delete_link custom_field_path(custom_field) %> |
<%= link_to l(:label_custom_field_new), new_custom_field_path(:type => tab[:name]), :class => 'icon icon-add' %>