summaryrefslogtreecommitdiffstats
path: root/app/views/groups/show.html.erb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-07-28 11:23:22 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-07-28 11:23:22 +0000
commit1e738fbacaa0eb044a3cd5b345ee0a906f073187 (patch)
tree29ca1e8c78341913098db23b29573b226a0b6e09 /app/views/groups/show.html.erb
parent2f9050115b6f5064fb563c95757639448fccfe43 (diff)
downloadredmine-1e738fbacaa0eb044a3cd5b345ee0a906f073187.tar.gz
redmine-1e738fbacaa0eb044a3cd5b345ee0a906f073187.zip
Set titles on Groups pages (#14517)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12049 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/groups/show.html.erb')
-rw-r--r--app/views/groups/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/show.html.erb b/app/views/groups/show.html.erb
index 02927ebd8..4a0a18da7 100644
--- a/app/views/groups/show.html.erb
+++ b/app/views/groups/show.html.erb
@@ -1,4 +1,4 @@
-<h2><%= link_to l(:label_group_plural), groups_path %> &#187; <%=h @group %></h2>
+<%= title [l(:label_group_plural), groups_path], @group.name %>
<ul>
<% @group.users.each do |user| %>