From c187d2795555e88f7e363399cad11f45cc778d19 Mon Sep 17 00:00:00 2001 From: Pixelindustries <gitlab@pixelindustries.com> Date: Fri, 14 Feb 2014 15:45:41 +0100 Subject: [PATCH] Added margin between form and button in resend-confirmation form. --- app/views/devise/confirmations/new.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 app/views/devise/confirmations/new.html.haml diff --git a/app/views/devise/confirmations/new.html.haml b/app/views/devise/confirmations/new.html.haml old mode 100644 new mode 100755 index dd63a232fe2..bf634d9de60 --- a/app/views/devise/confirmations/new.html.haml +++ b/app/views/devise/confirmations/new.html.haml @@ -3,7 +3,8 @@ = form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| .devise-errors = devise_error_messages! - = f.email_field :email, placeholder: 'Email', class: "form-control", required: true + .clearfix.append-bottom-20 + = f.email_field :email, placeholder: 'Email', class: "form-control", required: true .clearfix.append-bottom-10 = f.submit "Resend confirmation instructions", class: 'btn btn-success' %hr -- GitLab