summaryrefslogtreecommitdiffstats
path: root/app/views/trackers
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-07 18:42:40 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-07 18:42:40 +0000
commitf58db70bdecdbfd0a0d81c0c452d58b88391f9f1 (patch)
tree85283ef6b7a4d17885045a80b421e4e8ea7bbf74 /app/views/trackers
parent51adc242a31ef9af4d1857d0c6602bb39fdc6e98 (diff)
downloadredmine-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/trackers')
-rw-r--r--app/views/trackers/list.rhtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/trackers/list.rhtml b/app/views/trackers/list.rhtml
index 8517c44d6..d339bdba0 100644
--- a/app/views/trackers/list.rhtml
+++ b/app/views/trackers/list.rhtml
@@ -30,4 +30,6 @@
</tbody>
</table>
-<%= pagination_links_full @tracker_pages %> \ No newline at end of file
+<%= pagination_links_full @tracker_pages %>
+
+<% set_html_title(l(:label_tracker_plural)) -%>