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