Mercurial > hg > soundsoftware-site
annotate app/views/members/index.html.erb @ 1628:9c5f8e24dadc live tip
Quieten this cron script
author | Chris Cannam |
---|---|
date | Tue, 25 Aug 2020 11:38:49 +0100 |
parents | 5e4f04bd7a1e |
children |
rev | line source |
---|---|
chris@493 | 1 |
chris@500 | 2 <h2><%=l(:label_member_plural)%></h2> |
chris@493 | 3 |
chris@1269 | 4 <% editable = authorize_for('members', 'update') %> |
chris@500 | 5 |
chris@500 | 6 <div id="memberlist"> |
chris@500 | 7 <% if editable %> |
chris@500 | 8 <%= render :partial => 'editlist' %> |
chris@493 | 9 <% else %> |
chris@500 | 10 <%= render :partial => 'list' %> |
chris@493 | 11 <% end %> |
chris@493 | 12 </div> |
chris@493 | 13 |