Mercurial > hg > soundsoftware-site
view app/views/groups/show.html.erb @ 1464:261b3d9a4903 redmine-2.4
Update to Redmine 2.4 branch rev 12663
author | Chris Cannam |
---|---|
date | Tue, 14 Jan 2014 14:37:42 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
<%= title [l(:label_group_plural), groups_path], @group.name %> <ul> <% @group.users.each do |user| %> <li><%=h user %></li> <% end %> </ul>