Mercurial > hg > soundsoftware-site
view app/views/members/index.html.erb @ 1114:212b72b966ff bibplugin_bibtex
development commit - changing association validations. not working correctly
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 14 Dec 2012 19:50:00 +0000 |
parents | 04114f36670d |
children | 5e4f04bd7a1e |
line wrap: on
line source
<h2><%=l(:label_member_plural)%></h2> <% editable = authorize_for('members', 'edit') %> <div id="memberlist"> <% if editable %> <%= render :partial => 'editlist' %> <% else %> <%= render :partial => 'list' %> <% end %> </div>