Got door logs working

This commit is contained in:
2012-08-24 23:28:00 -07:00
parent b28efe046c
commit 8b775d9172
22 changed files with 324 additions and 241 deletions

View File

@@ -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 %>

View File

@@ -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 %>