From 95efeaab43edc8f56e833bd9d378c877d454dbb7 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Thu, 21 Apr 2022 19:19:22 -0600 Subject: [PATCH] Reset password UI update --- .../templates/user_reset_password/new.html.heex | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/aggiedit_web/templates/user_reset_password/new.html.heex b/lib/aggiedit_web/templates/user_reset_password/new.html.heex index 126cdba..792547b 100644 --- a/lib/aggiedit_web/templates/user_reset_password/new.html.heex +++ b/lib/aggiedit_web/templates/user_reset_password/new.html.heex @@ -1,11 +1,13 @@

Forgot your password?

<.form let={f} for={:user} action={Routes.user_reset_password_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 "Send instructions to reset password" %> +
+ <%= submit "Send instructions to reset password", class: "btn btn-primary" %>