Redmine/app/views/groups/show.html.erb

8 lines
146 B
Plaintext

<%= title [l(:label_group_plural), groups_path], @group.name %>
<ul>
<% @group.users.each do |user| %>
<li><%=h user %></li>
<% end %>
</ul>