From 9228d4a75898f6ae53e62251da96a3254394462a Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Thu, 8 Jan 2026 09:45:51 -0600 Subject: [PATCH] add navigation bar to login and registration pages --- lib/towerops_web/components/layouts.ex | 38 ++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 5 deletions(-) diff --git a/lib/towerops_web/components/layouts.ex b/lib/towerops_web/components/layouts.ex index 346f25d1..b263eaa6 100644 --- a/lib/towerops_web/components/layouts.ex +++ b/lib/towerops_web/components/layouts.ex @@ -35,11 +35,39 @@ defmodule ToweropsWeb.Layouts do def app(assigns) do ~H""" -
-
- {render_slot(@inner_block)} -
-
+
+
+
+ +
+
+ +
+
+ {render_slot(@inner_block)} +
+
+
<.flash_group flash={@flash} /> """