removed unnecessary sign out from home page, now in arbitary nav bar

This commit is contained in:
Ben 2024-01-15 00:02:07 -06:00
parent ba8b547ab0
commit e68a9fc372
3 changed files with 3 additions and 4 deletions

View File

@ -10,6 +10,8 @@ pull:
# bundle install
# rails generate devise:install
# rails generate devise User
# rails db:migrate
# rails generate devise:views

View File

@ -24,4 +24,4 @@
<% end %>
<%= render "devise/shared/links" %>

View File

@ -1,6 +1,3 @@
<h1>Home#index</h1>
<p>Hi Mariam. This is me. You should know this as you are sitting next to me.</p>
<p>Boy I have a hard time remembering anything!</p>
<%= link_to 'Sign Out', destroy_user_session_path, method: :delete, class: "btn btn-danger" %>