From 4218e227a6793fb331da9fe51d0132342e0694bc Mon Sep 17 00:00:00 2001 From: Christoph Marzell Date: Sun, 8 Feb 2026 09:21:45 +0100 Subject: [PATCH] add dashboard --- app/views/layouts/application.html.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index b2f2edd..4a79260 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -200,6 +200,12 @@ <%= link_to "Profil", edit_user_registration_path, class: "nav-link" %> + <% if current_user.is_admin? %> + + <% end %> + <% if current_user.is_admin? %>