Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beingmattlevy committed May 5, 2024
1 parent 635192e commit 13e5f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_nav_main.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- if current_user.site_admin?
= button_to "All Events", events_path, method: :get, class: 'btn btn-primary btn-lg m-1'
- elsif current_user.event_admin?
= button_to "Events Your Manage", events_path, method: :get, class: 'btn btn-primary btn-lg m-1'
= button_to "Manage Events", events_path, method: :get, class: 'btn btn-primary btn-lg m-1'
- else
= button_to "Home", root_path, class: 'btn btn-primary btn-lg m-1'
= button_to "Your Profile", edit_user_registration_path, method: :get, class: 'btn btn-primary btn-lg m-1'
Expand Down

0 comments on commit 13e5f28

Please sign in to comment.