From 6b31c6023ff1d54b0b1106bfa6c864b6926c9029 Mon Sep 17 00:00:00 2001 From: Bent Witthold Date: Thu, 19 Feb 2026 16:20:35 +0100 Subject: [PATCH] Only show the "log out" option in the top menu bar & moving the theme toggle there. --- lib/beet_round_server_web/components/layouts.ex | 7 ------- .../components/layouts/root.html.heex | 14 +------------- .../controllers/page_html/home.html.heex | 1 - 3 files changed, 1 insertion(+), 21 deletions(-) diff --git a/lib/beet_round_server_web/components/layouts.ex b/lib/beet_round_server_web/components/layouts.ex index cadce0a..3960a4c 100644 --- a/lib/beet_round_server_web/components/layouts.ex +++ b/lib/beet_round_server_web/components/layouts.ex @@ -49,13 +49,6 @@ defmodule BeetRoundServerWeb.Layouts do -
- -
diff --git a/lib/beet_round_server_web/components/layouts/root.html.heex b/lib/beet_round_server_web/components/layouts/root.html.heex index cf9179b..a2dc234 100644 --- a/lib/beet_round_server_web/components/layouts/root.html.heex +++ b/lib/beet_round_server_web/components/layouts/root.html.heex @@ -33,23 +33,11 @@ {@inner_content} diff --git a/lib/beet_round_server_web/controllers/page_html/home.html.heex b/lib/beet_round_server_web/controllers/page_html/home.html.heex index 02abc2d..e348454 100644 --- a/lib/beet_round_server_web/controllers/page_html/home.html.heex +++ b/lib/beet_round_server_web/controllers/page_html/home.html.heex @@ -11,7 +11,6 @@ v{Application.spec(:beet_round_server, :vsn)} -