Sha256: 73c29c718aa0f10957a893132ef7d23f5e5c96c58b8617e1ba3138b631186626
Contents?: true
Size: 951 Bytes
Versions: 5
Compression:
Stored size: 951 Bytes
Contents
%div.container.pageContainer2 %div.row.prepend-top %div.row.show-grid %div.clearFloat.sectionHeading %h3.pull-left.clearfix Forgot your password? =form_for(resource, :as => resource_name, :url => password_url(resource_name), :html => { :method => :post }) do |f| = password_instructions(devise_error_messages!) %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 %fieldset %div{:class => 'clearfix'} = f.label :email %div{:class => 'input'} = f.email_field :email, :autocomplete => 'off' %div{:class => 'clearfix'} %label %div{:class => 'well'} = f.submit "Send me reset password instructions", :class => "btn primary" = render :partial => "devise/shared/links"
Version data entries
5 entries across 5 versions & 1 rubygems