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/enumerations | |
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/enumerations')
-rw-r--r-- | app/views/enumerations/list.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/enumerations/list.rhtml b/app/views/enumerations/list.rhtml index bab4df830..2e069f392 100644 --- a/app/views/enumerations/list.rhtml +++ b/app/views/enumerations/list.rhtml @@ -24,3 +24,5 @@ <p><%= link_to l(:label_enumeration_new), { :action => 'new', :opt => option } %></p> <% end %> + +<% set_html_title(l(:label_enumerations)) -%> |