Sha256: 862eb3624cda682984f5f947e587b83257967d85fba14725fc7a0f7c8eaaed2a

Contents?: true

Size: 444 Bytes

Versions: 6

Compression:

Stored size: 444 Bytes

Contents

.row
  .col-lg-4.col-md-offset-4
    %h2 Forgot your password?
    = form_for(resource, as: resource_name, url: password_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 "Send me reset password 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/passwords/new.html.haml
theblog-0.0.2.2 app/views/devise/passwords/new.html.haml
theblog-0.0.2.1 app/views/devise/passwords/new.html.haml
theblog-0.0.2 app/views/devise/passwords/new.html.haml
theblog-0.0.1.1 app/views/devise/passwords/new.html.haml
theblog-0.0.1 app/views/devise/passwords/new.html.haml