Mercurial > hg > soundsoftware-site
annotate .svn/pristine/a1/a17bebd39a4fcf9d00edebf243b30988cc1c3de1.svn-base @ 1567:3ad53f43483d live
Update hg-fast-export to current version (with fix-broken-bare upstream branch) for compatibility with current git
author | Chris Cannam |
---|---|
date | Mon, 10 Oct 2016 12:56:28 +0100 |
parents | 261b3d9a4903 |
children |
rev | line source |
---|---|
Chris@1464 | 1 <%= title [l(:label_group_plural), groups_path], @group.name %> |
Chris@1464 | 2 |
Chris@1464 | 3 <ul> |
Chris@1464 | 4 <% @group.users.each do |user| %> |
Chris@1464 | 5 <li><%=h user %></li> |
Chris@1464 | 6 <% end %> |
Chris@1464 | 7 </ul> |