testing
This commit is contained in:
parent
63edcba916
commit
33db50565b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
<%= icon_div @conn, "bi-door-open", [class: "icon baseline"] %>
|
<%= icon_div @conn, "bi-door-open", [class: "icon baseline"] %>
|
||||||
Log in
|
Log in
|
||||||
</h2>
|
</h2>
|
||||||
<p class="lead">Who goes there?</p>
|
<%# <p class="lead">Who goes there?</p> %>
|
||||||
|
|
||||||
<%= form_for @conn, Routes.user_session_path(@conn, :create), [as: :user, class: "needs-validation", novalidate: true], fn f -> %>
|
<%= form_for @conn, Routes.user_session_path(@conn, :create), [as: :user, class: "needs-validation", novalidate: true], fn f -> %>
|
||||||
<%= if @error_message do %>
|
<%= if @error_message do %>
|
||||||
|
|
Loading…
Reference in a new issue