Sha256: 8587e8613a5ed2dc5dd2bf1ee27119d240891d2ed5144dcf914f0ebf100d439a

Contents?: true

Size: 456 Bytes

Versions: 6

Compression:

Stored size: 456 Bytes

Contents

.row
  .col-lg-4.col-md-offset-4
    %h2 Resend confirmation instructions
    = form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f|
      = devise_error_messages!
      %div.form-group
        = f.label :email
        %br/
        = f.email_field :email, autofocus: true, class: 'form-control'
      %div= f.submit "Resend confirmation instructions", class: 'btn'
    = render "devise/shared/links"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
theblog-0.0.2.3 app/views/devise/confirmations/new.html.haml
theblog-0.0.2.2 app/views/devise/confirmations/new.html.haml
theblog-0.0.2.1 app/views/devise/confirmations/new.html.haml
theblog-0.0.2 app/views/devise/confirmations/new.html.haml
theblog-0.0.1.1 app/views/devise/confirmations/new.html.haml
theblog-0.0.1 app/views/devise/confirmations/new.html.haml