cleaned up parentheses in schemas
This commit is contained in:
parent
f28c85e343
commit
6a5d2346ff
5 changed files with 19 additions and 19 deletions
lib/shift73k_web/live/user
|
@ -6,7 +6,7 @@
|
|||
</h2>
|
||||
<p class="lead">Hi <%= @user.email %> — tell us your new password, please.</p>
|
||||
|
||||
<%= form_for @changeset, "#", [phx_change: :validate, phx_submit: :save, novalidate: true, id: "pw_reset_form"], fn f -> %>
|
||||
<.form let={f} for={@changeset} phx-change="validate" phx-submit="save" novalidate id="pw_reset_form">
|
||||
|
||||
<%= label f, :password, "New password", class: "form-label" %>
|
||||
<div class="inner-addon left-addon mb-3" phx-feedback-for={input_id(f, :password)}>
|
||||
|
@ -42,7 +42,7 @@
|
|||
%>
|
||||
</div>
|
||||
|
||||
<% end %>
|
||||
</.form>
|
||||
|
||||
<p class="mt-3 is-pulled-right">
|
||||
<%= if allow_registration() do %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue