Cleaned up User admin index
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
<h1>All Users</h1>
|
||||
<div class="module" style="padding:15px 25px 0px 25px;">
|
||||
<div class='module_header'>
|
||||
<h1>All Users</h1>
|
||||
</div>
|
||||
|
||||
<table id="users">
|
||||
<thead>
|
||||
<tr>
|
||||
<table id="users">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Username</th>
|
||||
<th>Email</th>
|
||||
<th>Login Count</th>
|
||||
@@ -28,9 +31,10 @@
|
||||
<th><%= link_to "Delete", user, :method => :delete, :confirm => "Are you sure?" %></th>
|
||||
</tr>
|
||||
<% end %>
|
||||
|
||||
</tbody>
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
<div align="center"> <%= paginate(@users)%> </div>
|
||||
<p><%= link_to "New User", new_user_path %></p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user