diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-10-25 10:54:09 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-10-25 10:54:09 +0000 |
commit | 57a22c346467ca6666d3a6dc9f0a9134447bd58c (patch) | |
tree | 83c31cf8097372c4cca2b188a09dbc66fe72b242 /app/views/custom_field_enumerations | |
parent | 25b96457c119d0fa8e7183c092756f614bf5b17e (diff) | |
download | redmine-57a22c346467ca6666d3a6dc9f0a9134447bd58c.tar.gz redmine-57a22c346467ca6666d3a6dc9f0a9134447bd58c.zip |
Helper method for custom field title.
git-svn-id: http://svn.redmine.org/redmine/trunk@14751 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/custom_field_enumerations')
-rw-r--r-- | app/views/custom_field_enumerations/index.html.erb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/custom_field_enumerations/index.html.erb b/app/views/custom_field_enumerations/index.html.erb index 9ca9314eb..9e9b67d3f 100644 --- a/app/views/custom_field_enumerations/index.html.erb +++ b/app/views/custom_field_enumerations/index.html.erb @@ -1,6 +1,4 @@ -<%= title [l(:label_custom_field_plural), custom_fields_path], - [l(@custom_field.type_name), custom_fields_path(:tab => @custom_field.class.name)], - @custom_field.name %> +<%= custom_field_title @custom_field %> <% if @custom_field.enumerations.any? %> <%= form_tag custom_field_enumerations_path(@custom_field), :method => 'put' do %> |