Got door logs working
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<h1>Listing users</h1>
|
||||
|
||||
<%= link_to 'New User', new_user_path %>
|
||||
<%= link_to 'Upload all users', upload_all_path %>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
@@ -26,4 +28,3 @@
|
||||
|
||||
<br />
|
||||
|
||||
<%= link_to 'New User', new_user_path %>
|
||||
|
||||
@@ -20,6 +20,6 @@
|
||||
<%= @user.card_permissions %>
|
||||
</p>
|
||||
|
||||
|
||||
<%= link_to 'Upload to Door', upload_path(user) %>
|
||||
<%= link_to 'Edit', edit_user_path(@user) %> |
|
||||
<%= link_to 'Back', users_path %>
|
||||
|
||||
Reference in New Issue
Block a user