From 47bc3a7ea3e15aa4bfc511b47f6c9d82ca033341 Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Wed, 27 Jun 2018 12:38:30 +0200 Subject: [PATCH] Remove unused EN devise view --- app/views/users/unlocks/new.html.erb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 app/views/users/unlocks/new.html.erb diff --git a/app/views/users/unlocks/new.html.erb b/app/views/users/unlocks/new.html.erb deleted file mode 100644 index 1eefabbb8..000000000 --- a/app/views/users/unlocks/new.html.erb +++ /dev/null @@ -1,16 +0,0 @@ -

Resend unlock instructions

- -<%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %> - <%= devise_error_messages! %> - -
- <%= f.label :email %>
- <%= f.email_field :email, autofocus: true %> -
- -
- <%= f.submit "Resend unlock instructions" %> -
-<% end %> - -<%= render "users/shared/links" %>