Sha256: fc5af0572dccefe731227fbe069b1f2f16b5aa1993eb3565fa480e1db162f362

Contents?: true

Size: 292 Bytes

Versions: 5

Compression:

Stored size: 292 Bytes

Contents

%h2
  Resend confirmation instructions
= form_for(resource_name, resource, :url => confirmation_path(resource_name)) do |f|
= f.error_messages
%p
  = f.label :email
%p
  = f.text_field :email
%p
  = f.submit "Resend confirmation 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/confirmations/new.html.haml
locomotive_cms-0.0.1.3 app/views/devise/confirmations/new.html.haml
locomotive_cms-0.0.1.2 app/views/devise/confirmations/new.html.haml
locomotive_cms-0.0.1.1 app/views/devise/confirmations/new.html.haml
locomotive_cms-0.0.1 app/views/devise/confirmations/new.html.haml