<%= link_to 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_fields_projects_count[custom_field.id] || 0) if custom_field.is_a? IssueCustomField and !custom_field.is_for_all? %> |
<% end %>
<%= reorder_handle(custom_field, :url => custom_field_path(custom_field), :param => 'custom_field') %>
<%= link_to_function l(:button_copy), "location.href = '#{new_custom_field_path(:copy => custom_field)}&type=' + encodeURIComponent(($('.tabs a.selected').attr('id')||'').split('tab-').pop())", :class => 'icon icon-copy' %>
<%= delete_link custom_field_path(custom_field) %>
|
<% end %>