diff options
Diffstat (limited to 'app/views/custom_fields')
-rw-r--r-- | app/views/custom_fields/edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/custom_fields/edit.html.erb b/app/views/custom_fields/edit.html.erb index 2790c2c9e..8b84ee079 100644 --- a/app/views/custom_fields/edit.html.erb +++ b/app/views/custom_fields/edit.html.erb @@ -1,4 +1,4 @@ -<h2><%= link_to l(:label_custom_field_plural), :controller => 'custom_fields', :action => 'index' %> +<h2><%= link_to l(:label_custom_field_plural), :controller => 'custom_fields', :action => 'index' %> » <%= link_to l(@custom_field.type_name), :controller => 'custom_fields', :action => 'index', :tab => @custom_field.class.name %> » <%=h @custom_field.name %></h2> |