Skip to content

Commit

Permalink
Add link to dashboard in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jonallured committed Nov 9, 2024
1 parent 4559903 commit 297e314
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/layouts/_shared_main.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
.flash.bg-dark-gray.border-purple
%p.notice= flash[:notice]
= yield
%footer= yield :footer
- if admin?
%footer.border-t-8.border-dark-gray.text-center
%p= link_to "dashboard", dashboard_path

0 comments on commit 297e314

Please sign in to comment.