13 lines
383 B
Plaintext
13 lines
383 B
Plaintext
<h1>Confirm account</h1>
|
|
|
|
<.form let={_f} for={:user} action={Routes.user_confirmation_path(@conn, :update, @token)}>
|
|
<div class="form-group">
|
|
<%= submit "Confirm my account", class: "btn btn-primary" %>
|
|
</div>
|
|
</.form>
|
|
<hr>
|
|
<p>
|
|
<%= link "Register", to: Routes.user_registration_path(@conn, :new) %> |
|
|
<%= link "Log in", to: Routes.user_session_path(@conn, :new) %>
|
|
</p>
|