##// END OF EJS Templates
Merged r14499 (#20454)....
Merged r14499 (#20454). git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14549 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11819:1e738fbacaa0
r14167:ae6ff3e104fd
Show More
show.html.erb
7 lines | 146 B | text/plain | TextLexer
<%= title [l(:label_group_plural), groups_path], @group.name %>
<ul>
<% @group.users.each do |user| %>
<li><%=h user %></li>
<% end %>
</ul>