To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / members / index.rhtml @ 912:5e80956cc792

History | View | Annotate | Download (231 Bytes)

1

    
2
<h2><%=l(:label_member_plural)%></h2> 
3

    
4
<% editable = authorize_for('members', 'edit') %>
5

    
6
<div id="memberlist">
7
<% if editable %>
8
<%= render :partial => 'editlist' %>
9
<% else %>
10
<%= render :partial => 'list' %>
11
<% end %>
12
</div>
13