made default aspects translatable fix all the misssing translations I found cleanup en.yml
10 lines
286 B
Text
10 lines
286 B
Text
%h2 Resend unlock instructions
|
|
= form_for(resource, :as => resource_name, :url => unlock_path(resource_name)) do |f|
|
|
= devise_error_messages!
|
|
%p
|
|
= f.label :email
|
|
%br/
|
|
= f.text_field :email
|
|
%p
|
|
= f.submit t('.resend_unlock')
|
|
= render :partial => "devise/shared/links"
|