">
<%= link_to h(custom_field.name), edit_custom_field_path(custom_field) %> |
<%= l(custom_field.format.label) %> |
<%= 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) %>
|
<% end; reset_cycle %>