diff options
Diffstat (limited to 'lib/aggiedit_web/templates/user_confirmation/edit.html.heex')
-rw-r--r-- | lib/aggiedit_web/templates/user_confirmation/edit.html.heex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/aggiedit_web/templates/user_confirmation/edit.html.heex b/lib/aggiedit_web/templates/user_confirmation/edit.html.heex index e9bf443..efc4739 100644 --- a/lib/aggiedit_web/templates/user_confirmation/edit.html.heex +++ b/lib/aggiedit_web/templates/user_confirmation/edit.html.heex @@ -1,11 +1,11 @@ <h1>Confirm account</h1> <.form let={_f} for={:user} action={Routes.user_confirmation_path(@conn, :update, @token)}> - <div> - <%= submit "Confirm my account" %> + <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) %> |