fix EEx tag typo

This commit is contained in:
Adam Piontek 2022-08-14 11:37:40 -04:00
parent 24642d7c67
commit 6b787297bb

View file

@ -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 %>