diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-07 18:42:40 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-07 18:42:40 +0000 |
commit | f58db70bdecdbfd0a0d81c0c452d58b88391f9f1 (patch) | |
tree | 85283ef6b7a4d17885045a80b421e4e8ea7bbf74 /app/views/custom_fields | |
parent | 51adc242a31ef9af4d1857d0c6602bb39fdc6e98 (diff) | |
download | redmine-f58db70bdecdbfd0a0d81c0c452d58b88391f9f1.tar.gz redmine-f58db70bdecdbfd0a0d81c0c452d58b88391f9f1.zip |
More detailed html title on several views.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@964 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/custom_fields')
-rw-r--r-- | app/views/custom_fields/list.rhtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/custom_fields/list.rhtml b/app/views/custom_fields/list.rhtml index 8862b3de1..bbdfeffb4 100644 --- a/app/views/custom_fields/list.rhtml +++ b/app/views/custom_fields/list.rhtml @@ -50,4 +50,6 @@ </div> <% end %> -<%= javascript_tag "showTab('#{@tab}');" %>
\ No newline at end of file +<%= javascript_tag "showTab('#{@tab}');" %> + +<% set_html_title(l(:label_custom_field_plural)) -%> |