<%= link_to l(:label_group_plural), groups_path %> ยป <%=h @group %>
<% @group.users.each do |user| %>
<%=h user %>
<% end %>