fix EEx tag typo
This commit is contained in:
parent
24642d7c67
commit
6b787297bb
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
AND:
|
AND:
|
||||||
There are no users -- [REGISTER]
|
There are no users -- [REGISTER]
|
||||||
OR no registration allowed -- [LOG IN] %>
|
OR no registration allowed -- [LOG IN] %>
|
||||||
<%= else %>
|
<% else %>
|
||||||
|
|
||||||
<%= if !Repo.exists?(User) || allow_registration() do %>
|
<%= 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 %>
|
<%= link nav_link_opts(@conn, to: Routes.user_registration_path(@conn, :new), class: "btn btn-outline-light") do %>
|
||||||
|
|
Loading…
Reference in a new issue