Sha256: 06e061c23d0b152c5202bd18a326f378bfcbbc3a74a8eb94b0c36fdd3fd546a6

Contents?: true

Size: 603 Bytes

Versions: 37

Compression:

Stored size: 603 Bytes

Contents

= devise_error_messages!

= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post, :class => 'form-horizontal' }) do |f|
  %fieldset
    %legend Forgot your password?
    
    .control-group
      = f.label :email, :class=>'control-label', :tabindex => "1"
      .controls
        = f.text_field :email
        %p.help-block= link_to "I don't have an account yet!", new_registration_path(resource_name) if User.ancestors.include? Devise::Models::Registerable

    .form-actions
      = f.submit "Send Reset Instructions", :class => "btn btn-primary"

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/users/passwords/new.html.haml
artfully_ose-1.3.0.pre3 app/views/users/passwords/new.html.haml
artfully_ose-1.3.0.pre2 app/views/users/passwords/new.html.haml
artfully_ose-1.3.0.pre1 app/views/users/passwords/new.html.haml
artfully_ose-1.2.0 app/views/users/passwords/new.html.haml
artfully_ose-1.2.0.beta.1 app/views/users/passwords/new.html.haml
artfully_ose-1.2.0.alpha.2 app/views/users/passwords/new.html.haml
artfully_ose-1.2.0.alpha.1 app/views/users/passwords/new.html.haml
artfully_ose-1.2.0.pre.27 app/views/users/passwords/new.html.haml
artfully_ose-1.2.0.pre.26 app/views/users/passwords/new.html.haml
artfully_ose-1.2.0.pre.24 app/views/users/passwords/new.html.haml
artfully_ose-1.2.0.pre.23 app/views/users/passwords/new.html.haml
artfully_ose-1.2.0.pre.21 app/views/users/passwords/new.html.haml
artfully_ose-1.2.0.pre.20 app/views/users/passwords/new.html.haml
artfully_ose-1.2.0.pre.19 app/views/users/passwords/new.html.haml
artfully_ose-1.2.0.pre.18 app/views/users/passwords/new.html.haml
artfully_ose-1.2.0.pre.17 app/views/users/passwords/new.html.haml
artfully_ose-1.2.0.pre.16 app/views/users/passwords/new.html.haml
artfully_ose-1.2.0.pre.15 app/views/users/passwords/new.html.haml
artfully_ose-1.2.0.pre.12 app/views/users/passwords/new.html.haml