summaryrefslogtreecommitdiff
path: root/lib/aggiedit_web/templates/user_confirmation/edit.html.heex
blob: efc4739cfa80522c5077660a52b226ff54a9af51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>