From ddfab312f73a3f3e15ceb6fec7d350500adb53d6 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Thu, 14 Apr 2022 00:18:01 -0600 Subject: Update UI --- lib/aggiedit_web/templates/user_confirmation/edit.html.heex | 6 +++--- lib/aggiedit_web/templates/user_confirmation/new.html.heex | 12 +++++++----- 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'lib/aggiedit_web/templates/user_confirmation') 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 @@

Confirm account

<.form let={_f} for={:user} action={Routes.user_confirmation_path(@conn, :update, @token)}> -
- <%= submit "Confirm my account" %> +
+ <%= submit "Confirm my account", class: "btn btn-primary" %>
- +

<%= link "Register", to: Routes.user_registration_path(@conn, :new) %> | <%= link "Log in", to: Routes.user_session_path(@conn, :new) %> diff --git a/lib/aggiedit_web/templates/user_confirmation/new.html.heex b/lib/aggiedit_web/templates/user_confirmation/new.html.heex index 4d9bee3..7cabce3 100644 --- a/lib/aggiedit_web/templates/user_confirmation/new.html.heex +++ b/lib/aggiedit_web/templates/user_confirmation/new.html.heex @@ -1,14 +1,16 @@

Resend confirmation instructions

<.form let={f} for={:user} action={Routes.user_confirmation_path(@conn, :create)}> - <%= label f, :email %> - <%= email_input f, :email, required: true %> +
+ <%= label f, :email %> + <%= email_input f, :email, required: true, class: "form-control" %> +
-
- <%= submit "Resend confirmation instructions" %> +
+ <%= submit "Resend confirmation instructions", class: "btn btn-primary" %>
- +

<%= link "Register", to: Routes.user_registration_path(@conn, :new) %> | <%= link "Log in", to: Routes.user_session_path(@conn, :new) %> -- cgit v1.2.3-70-g09d2