obsolete.ChilliProject/app/views/groups/show.html.erb

8 lines
164 B
Plaintext

<h2><%= link_to l(:label_group_plural), groups_path %> &#187; <%=h @group %></h2>
<ul>
<% @group.users.each do |user| %>
<li><%=h user %></li>
<% end %>
</ul>