From 6b787297bb3503a0207827e4d384bee865a471a0 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Sun, 14 Aug 2022 11:37:40 -0400 Subject: [PATCH] fix EEx tag typo --- lib/shift73k_web/templates/layout/_navbar.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shift73k_web/templates/layout/_navbar.html.heex b/lib/shift73k_web/templates/layout/_navbar.html.heex index 4c81942d..c8ac8310 100644 --- a/lib/shift73k_web/templates/layout/_navbar.html.heex +++ b/lib/shift73k_web/templates/layout/_navbar.html.heex @@ -52,7 +52,7 @@ AND: There are no users -- [REGISTER] OR no registration allowed -- [LOG IN] %> - <%= else %> + <% else %> <%= if !Repo.exists?(User) || allow_registration() do %> <%= link nav_link_opts(@conn, to: Routes.user_registration_path(@conn, :new), class: "btn btn-outline-light") do %>