diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-13 10:07:50 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-13 10:07:50 +0000 |
commit | 018affc145e0b3c823e3e7dcaaada39858f5c8b3 (patch) | |
tree | 5b4c0d955a9d4cdb3001079004fa56b25887ac87 /app/views/layouts | |
parent | 9442d56c5b4a9dc8b5111bb84ee0d24bcfc571af (diff) |
Very ghetto resource featured card layout
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/_navbar.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/layouts/_navbar.html.erb b/app/views/layouts/_navbar.html.erb index 7a50848..0bc947a 100644 --- a/app/views/layouts/_navbar.html.erb +++ b/app/views/layouts/_navbar.html.erb @@ -20,6 +20,9 @@ <li> <a href="#" class="block py-2 px-3 rounde">Contact</a> </li> + <li> + <%= link_to "Log out", Current.session, class: "block py-2 px-3", data: { turbo_method: :delete }%> + </li> </ul> </div> </div> |