Finished adding user profile stuff

This commit is contained in:
2012-09-03 21:56:37 -07:00
parent 33a9363b0d
commit 1e4dcfd9f3
4 changed files with 13 additions and 1 deletions

View File

@@ -10,6 +10,8 @@
<div id="header">
<a href="/users">Users</a>
<a href="/door_logs">Logs</a>
<%= link_to 'Profile', edit_user_registration_path if user_signed_in? %>
<%= link_to 'Sign out', destroy_user_session_path, :method => :delete if user_signed_in? %>
</div>
<p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p>