summaryrefslogtreecommitdiff
blob: 97bfed770be5aef9545b0d4ca32f4bc7b387f8af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<h1>Users</h1>

<table class="glsamaker-table">
<tr align="left">
  <th>ID</th>
  <th>Login</th>
  <th>Name</th>
  <th>Email</th>
  <th>Access Level</th>
  <th>Disabled</th>
  <th>Administrator</th>
</tr>

<%= render :partial => "user", :collection => @users, :as => :user %>
</table>

<p>
  <%= link_to 'New User', new_admin_user_path(@user) %>
</p>