mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
Louis | fixes some UI issues
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
.container
|
||||
%h1 Bicycle Data Tracker
|
||||
%h1 Bike & Client Tracker
|
||||
- if current_user
|
||||
= link_to "Sign out", destroy_user_session_path, method: :delete
|
||||
- else
|
||||
= link_to "Sign in", new_user_session_path
|
||||
%br
|
||||
= link_to "Bikes", bikes_path
|
||||
%br
|
||||
= link_to "Volunteers", volunteers_path
|
||||
= link_to "Clients", clients_path
|
||||
|
||||
Reference in New Issue
Block a user