Sha256: 2188e5bda26ed8446f47255eabd8c9b686c512727fe9f89b5c793cfe4eb45139

Contents?: true

Size: 274 Bytes

Versions: 5

Compression:

Stored size: 274 Bytes

Contents

%h2
  Resend unlock instructions
= form_for(resource_name, resource, :url => unlock_path(resource_name)) do |f|
= f.error_messages
%p
  = f.label :email
%p
  = f.text_field :email
%p
  = f.submit "Resend unlock instructions"
- end
= render :partial => "devise/shared/links"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
locomotive_cms-0.0.1.4 app/views/devise/unlocks/new.html.haml
locomotive_cms-0.0.1.3 app/views/devise/unlocks/new.html.haml
locomotive_cms-0.0.1.2 app/views/devise/unlocks/new.html.haml
locomotive_cms-0.0.1.1 app/views/devise/unlocks/new.html.haml
locomotive_cms-0.0.1 app/views/devise/unlocks/new.html.haml