mirror of
https://github.com/redmine/redmine.git
synced 2026-03-06 12:31:40 +01:00
8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
|
|
<h2><%= link_to l(:label_group_plural), groups_path %> » <%=h @group %></h2>
|
||
|
|
|
||
|
|
<ul>
|
||
|
|
<% @group.users.each do |user| %>
|
||
|
|
<li><%=h user %></li>
|
||
|
|
<% end %>
|
||
|
|
</ul>
|