From 2d83df8b32bff7f0028923bb5b64dc0b55f20d03 Mon Sep 17 00:00:00 2001 From: Jordan Bracco Date: Tue, 20 Dec 2022 00:21:54 +0000 Subject: Nola rename: The Big Move, Refs T77 --- lib/lsg_web/templates/layout/app.html.eex | 126 ---------------------------- lib/lsg_web/templates/layout/root.html.leex | 18 ---- 2 files changed, 144 deletions(-) delete mode 100644 lib/lsg_web/templates/layout/app.html.eex delete mode 100644 lib/lsg_web/templates/layout/root.html.leex (limited to 'lib/lsg_web/templates/layout') diff --git a/lib/lsg_web/templates/layout/app.html.eex b/lib/lsg_web/templates/layout/app.html.eex deleted file mode 100644 index c774369..0000000 --- a/lib/lsg_web/templates/layout/app.html.eex +++ /dev/null @@ -1,126 +0,0 @@ -
-
- -
-
-

- <%= if n = @conn.assigns[:network] do %><%= n %> › <% end %> - <%= if c = @conn.assigns[:chan] do %><%= c %> › <% end %> - <%= for({name, href} <- Enum.uniq(@conn.assigns[:breadcrumbs]||[]), do: [link(name, to: href), raw(" › ")]) %> - <%= @conn.assigns[:title] %> -

-
-
-
- -
-
- -
- <%= @inner_content %> -
- -
-
-
diff --git a/lib/lsg_web/templates/layout/root.html.leex b/lib/lsg_web/templates/layout/root.html.leex deleted file mode 100644 index 6a48506..0000000 --- a/lib/lsg_web/templates/layout/root.html.leex +++ /dev/null @@ -1,18 +0,0 @@ - - - - <%= page_title(@conn) %> - - - - - - <%= Map.get(assigns, :title, "") %> - "> - <%= csrf_meta_tag() %> - - - - <%= @inner_content %> - - -- cgit v1.2.3