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