Sha256: 830aa63937bbe0e0a91269f180b90c2b8fcb726c038f81d882dbe6c4b2d3b150

Contents?: true

Size: 1.02 KB

Versions: 5

Compression:

Stored size: 1.02 KB

Contents

%div.container.pageContainer2
  %div.row.prepend-top
    %div.row.show-grid
      %div.span-one-half
        %div.clearFloat.sectionHeading
          %h3.pull-left.clearfix Forgot your password?
        %div{:class => 'instructions'} 
          1. Enter the email address that was used to create the account 
          %br 2. An email will be sent shortly containing instructions on resetting password
        =form_for(resource, :as => resource_name, :url => create_password_url(resource_name), :html => { :method => :post }) do |f|
          = devise_error_messages!
          %fieldset
            %div{:class => 'clearfix'}
              = f.label :email
              %div{:class => 'input'}
                = f.email_field :email, :autocomplete => 'off'
            %div{:class => 'clearfix'}
            = f.submit "Send me reset password instructions", :class => "btn primary"
            = render :partial => "devise/shared/links.erb"
      %div.span-one-half
        %div.clearFloat.sectionHeading
          %h3.pull-left.clearfix  

Version data entries

5 entries across 5 versions & 1 rubygems

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