Chris@1517:
Chris@1517: <%= link_to l(:label_custom_field_new), new_custom_field_path, :class => 'icon icon-add' %>
Chris@1517:
Chris@1517:
Chris@1517: <%= title l(:label_custom_field_plural) %>
Chris@1517:
Chris@1517: <% if @custom_fields_by_type.present? %>
Chris@1517: <%= render_custom_fields_tabs(@custom_fields_by_type.keys) %>
Chris@1517: <% else %>
Chris@1517: <%= l(:label_no_data) %>
Chris@1517: <% end %>