summaryrefslogtreecommitdiffstats
path: root/app/views/projects/_form.html.erb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-03-21 10:24:18 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-03-21 10:24:18 +0000
commitca2be43456cd94260c7dd79d55d0de36d593d8b3 (patch)
tree1d4935e5d12ae75220b0a4bf95385ff027de7a9e /app/views/projects/_form.html.erb
parentab4916b01aa2901fa35d846598b266846b65dd8c (diff)
downloadredmine-ca2be43456cd94260c7dd79d55d0de36d593d8b3.tar.gz
redmine-ca2be43456cd94260c7dd79d55d0de36d593d8b3.zip
Include custom fields description in project settings and issue view (#19296).
Patch by Sebastian Paluch. git-svn-id: http://svn.redmine.org/redmine/trunk@14154 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/projects/_form.html.erb')
-rw-r--r--app/views/projects/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_form.html.erb b/app/views/projects/_form.html.erb
index e13604c36..1d08acc48 100644
--- a/app/views/projects/_form.html.erb
+++ b/app/views/projects/_form.html.erb
@@ -60,7 +60,7 @@
<%= check_box_tag 'project[issue_custom_field_ids][]', custom_field.id, (@project.all_issue_custom_fields.include? custom_field),
:disabled => (custom_field.is_for_all? ? "disabled" : nil),
:id => nil %>
- <%= custom_field.name %>
+ <%= custom_field_name_tag(custom_field) %>
</label>
<% end %>
<%= hidden_field_tag 'project[issue_custom_field_ids][]', '' %>