Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/devise/confirmations/new.html.haml')
-rw-r--r--app/views/devise/confirmations/new.html.haml14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/views/devise/confirmations/new.html.haml b/app/views/devise/confirmations/new.html.haml
deleted file mode 100644
index 970ba147111..00000000000
--- a/app/views/devise/confirmations/new.html.haml
+++ /dev/null
@@ -1,14 +0,0 @@
-.login-box
- .login-heading
- %h3 Resend confirmation instructions
- .login-body
- = form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f|
- .devise-errors
- = devise_error_messages!
- .clearfix.append-bottom-20
- = f.email_field :email, placeholder: 'Email', class: "form-control", required: true
- .clearfix
- = f.submit "Resend confirmation instructions", class: 'btn btn-success'
-
-.clearfix.prepend-top-20
- = render 'devise/shared/sign_in_link'