<%#-- copyright OpenProject is an open source project management software. Copyright (C) 2012-2020 the OpenProject GmbH This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: Copyright (C) 2006-2017 Jean-Philippe Lang Copyright (C) 2010-2013 the ChiliProject Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. See docs/COPYRIGHT.rdoc for more details. ++#%> <% if (@custom_fields_by_type[tab[:name]] || []).any? %>
<% if tab[:name] == 'WorkPackageCustomField' %>

<%= t('text_custom_field_hint_activate_per_project_and_type') %>

<% end %> <% if tab[:name] == 'WorkPackageCustomField' %> <% end %> <% if tab[:name] == 'WorkPackageCustomField' %> <% end %> <% unless tab[:name] == 'WorkPackageCustomField' %> <% end %> <% (@custom_fields_by_type[tab[:name]] || []).sort.each do |custom_field| -%> <% if tab[:name] == 'WorkPackageCustomField' %> <% end %> <% end %> <% unless tab[:name] == 'WorkPackageCustomField' %> <% end %> <% end %>
<%= CustomField.human_attribute_name(:name) %>
<%= CustomField.human_attribute_name(:field_format) %>
<%= CustomField.human_attribute_name(:is_required) %>
<%= CustomField.human_attribute_name(:is_for_all) %>
<%= t(:label_used_in_projects) %>
<%= t('custom_fields.contained_in_type') %>
<%=t(:button_sort)%>
<%= link_to h(custom_field.name), edit_custom_field_path(custom_field), lang: custom_field.name_locale %> <%= label_for_custom_field_format(custom_field.field_format) %> <%= checked_image custom_field.is_required? %><%= checked_image custom_field.is_for_all? %> <% if custom_field.projects.count == 0 && !custom_field.is_for_all? %> <%= t(:label_x_projects, count: custom_field.projects.count) %> <% elsif !custom_field.is_for_all? %> <%= t(:label_x_projects, count: custom_field.projects.count) %> <% type_links = custom_field.types.map { |t| link_to(t.name, edit_type_tab_path(id: t.id, tab: 'form_configuration')) } %> <% if type_links.empty? %> <%= link_to t(:label_custom_field_add_no_type), types_path %> <% end %> <%= safe_join type_links, ', '.html_safe %> <%= reorder_links('custom_field', { action: 'update', id: custom_field, back_url: custom_fields_path(tab: tab[:name]) }, method: :put) %> <%= link_to( op_icon('icon icon-delete'), (custom_field_path(custom_field)), method: :delete, data: { confirm: I18n.t(:text_are_you_sure) }, title: t(:button_delete)) %>
<%= link_to new_custom_field_path(type: tab[:name]), { class: 'button -alt-highlight', aria: {label: t(:label_custom_field_new)}, title: t(:label_custom_field_new)} do %> <%= op_icon('button--icon icon-add') %> <%= t('activerecord.models.custom_field') %> <% end %>
<% else %> <%= no_results_box(action_url: new_custom_field_path(type: tab[:name]), display_action: true) %> <% end %>