Commit c187d2795555e88f7e363399cad11f45cc778d19

Authored by Pixelindustries
1 parent 9d61ea55

Added margin between form and button in resend-confirmation form.

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
app/views/devise/confirmations/new.html.haml 100644 → 100755
... ... @@ -3,7 +3,8 @@
3 3 = form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f|
4 4 .devise-errors
5 5 = devise_error_messages!
6   - = f.email_field :email, placeholder: 'Email', class: "form-control", required: true
  6 + .clearfix.append-bottom-20
  7 + = f.email_field :email, placeholder: 'Email', class: "form-control", required: true
7 8 .clearfix.append-bottom-10
8 9 = f.submit "Resend confirmation instructions", class: 'btn btn-success'
9 10 %hr
... ...