Sha256: af0d5d946fed53f86ebce85e1c2f7232b181952a153b39636b49d274f8c472a2

Contents?: true

Size: 421 Bytes

Versions: 5

Compression:

Stored size: 421 Bytes

Contents

.module-wrap
  .module-full-container
    .module
      %h2 Forgot your password?
      = form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f|
        = devise_error_messages!
        %p
          = f.label :email
          %br/
          = f.text_field :email
        %p= f.submit "Send me reset password instructions"
      = render "devise/shared/links"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xrono-1.0.4 app/views/devise/passwords/new.html.haml
xrono-1.0.3 app/views/devise/passwords/new.html.haml
xrono-1.0.2 app/views/devise/passwords/new.html.haml
xrono-1.0.1 app/views/devise/passwords/new.html.haml
xrono-1.0.0 app/views/devise/passwords/new.html.haml