blob: 8526d84488510296031b8fdd02625f18e4943dc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<h1>Users</h1>
<table id="user_list">
<tr>
<td>login</td>
</tr>
<%= user_list_by_admin_status %>
</table>
<% content_for :subnavigation do %>
<%= link_to "create", new_user_path %>
<% end %>
|