From 777716f0694cd07cfbdedecdcead82a638625586 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Tue, 27 Oct 2015 08:33:09 -0400 Subject: [PATCH] Edit users --- app/views/layouts/_header.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 7e23c6a..9a250a6 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -12,6 +12,7 @@ <% end %> <% if user_signed_in? %>
  • <%=link_to "Log out", destroy_user_session_url ,:method => 'delete' %>
  • +
  • <%=link_to "Edit user", edit_user_registration_path %>
  • <% else %>
  • <%= link_to "Log In" , new_user_session_path %>
  • <% end %>