summaryrefslogtreecommitdiff
path: root/lib/lsg_web/templates/layout/app.html.eex
diff options
context:
space:
mode:
authorJordan Bracco <href@random.sh>2022-12-17 14:08:54 +0000
committerJordan Bracco <href@random.sh>2022-12-20 19:29:41 +0100
commit29e0342e12d3111ae3164c4478d7d5a5796665ad (patch)
treeb505f11808e37c60ae0cfdba6196c32c57516eda /lib/lsg_web/templates/layout/app.html.eex
parentNola rename, cont. pt. 3. Refs T77. (diff)
Nola rename, cont. pt. 4. Refs T77.
Diffstat (limited to 'lib/lsg_web/templates/layout/app.html.eex')
-rw-r--r--lib/lsg_web/templates/layout/app.html.eex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lsg_web/templates/layout/app.html.eex b/lib/lsg_web/templates/layout/app.html.eex
index b918ca5..956793f 100644
--- a/lib/lsg_web/templates/layout/app.html.eex
+++ b/lib/lsg_web/templates/layout/app.html.eex
@@ -106,7 +106,7 @@
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h1 class="text-3xl leading-9 font-bold text-white">
<%= if n = @conn.assigns[:network] do %><a href="/<%= n %>"><%= n %></a> &rsaquo; <% end %>
- <%= if c = @conn.assigns[:chan] do %><a href="/<%= @conn.assigns.network %>/<%= LSGWeb.format_chan(c) %>"><%= c %></a> &rsaquo; <% end %>
+ <%= if c = @conn.assigns[:chan] do %><a href="/<%= @conn.assigns.network %>/<%= NolaWeb.format_chan(c) %>"><%= c %></a> &rsaquo; <% end %>
<%= for({name, href} <- Enum.uniq(@conn.assigns[:breadcrumbs]||[]), do: [link(name, to: href), raw(" &rsaquo; ")]) %>
<%= @conn.assigns[:title] %>
</h1>