Remove information from toolbar in admin/cf (#4392)

pull/4399/head
HDinger 9 years ago committed by Oliver Günther
parent d1e5e80d7e
commit 88841ec642
  1. 3
      app/views/custom_fields/edit.html.erb
  2. 3
      app/views/custom_fields/new.html.erb

@ -31,8 +31,7 @@ See doc/COPYRIGHT.rdoc for more details.
<% local_assigns[:additional_breadcrumb] = link_to(l(@custom_field.type_name), custom_fields_path(tab: @custom_field.type)),
@custom_field.name %>
<%= breadcrumb_toolbar link_to(l(@custom_field.type_name), custom_fields_path(tab: @custom_field.type)),
@custom_field.name
<%= breadcrumb_toolbar @custom_field.name
%>
<%= labelled_tabular_form_for @custom_field, as: :custom_field,

@ -30,8 +30,7 @@ See doc/COPYRIGHT.rdoc for more details.
<% html_title l(:label_administration), l(:label_custom_field_new) %>
<% local_assigns[:additional_breadcrumb] = link_to(l(@custom_field.type_name), custom_fields_path(tab: @custom_field.type)),
l(:label_custom_field_new) %>
<%= breadcrumb_toolbar link_to(l(@custom_field.type_name), custom_fields_path(tab: @custom_field.type)),
l(:label_custom_field_new)
<%= breadcrumb_toolbar l(:label_custom_field_new)
%>
<%= labelled_tabular_form_for @custom_field, as: :custom_field,

Loading…
Cancel
Save