##// END OF EJS Templates
Merged r13040 (#16467)....
Merged r13040 (#16467). git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@13045 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11819:1e738fbacaa0
r12770:0565e3371ee4
Show More
show.html.erb
7 lines | 146 B | text/plain | TextLexer
Jean-Philippe Lang
Set titles on Groups pages (#14517)...
r11819 <%= title [l(:label_group_plural), groups_path], @group.name %>
Jean-Philippe Lang
User groups branch merged....
r2755
<ul>
<% @group.users.each do |user| %>
<li><%=h user %></li>
<% end %>
</ul>