view .svn/pristine/a1/a17bebd39a4fcf9d00edebf243b30988cc1c3de1.svn-base @ 1537:e55cbb9ba8bf live

Authormap generator works, but is far too slow to run through runner
author Chris Cannam
date Tue, 19 May 2015 17:33:38 +0100
parents 261b3d9a4903
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>