Refactor project creation. Added logout link to profile page
This commit is contained in:
parent
c7c1a97c2f
commit
232d61d598
19 changed files with 126 additions and 116 deletions
|
@ -6,6 +6,11 @@
|
|||
%small
|
||||
= @user.email
|
||||
|
||||
.right
|
||||
= link_to destroy_user_session_path, class: "logout", method: :delete do
|
||||
%small
|
||||
%i.icon-signout
|
||||
Logout
|
||||
%hr
|
||||
|
||||
= form_for @user, url: profile_path, method: :put, html: { class: "edit_user form-horizontal" } do |f|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue