view .svn/pristine/29/29fe660e228b4c672e9942d71f9138fc1988a1fe.svn-base @ 1458:b1f4c9a2af24 bug_794

Makes the default radio button checked by default -- this should fix bug #794.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 11 Nov 2013 18:25:22 +0000
parents cbb26bc654de
children
line wrap: on
line source
<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>