Sha256: 13d7b5ccffcab69434e201183199bc812ab336a9d603bb0b6c4a11f318c9dd16

Contents?: true

Size: 721 Bytes

Versions: 8

Compression:

Stored size: 721 Bytes

Contents

<div class="page-header">
  <h1>Forgot your password?</h1>
</div>

<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post, :class => 'form-horizontal' }) do |f| %>
  <%= devise_error_messages! %>

  <div class="control-group">
    <%= f.label :email, :class => 'control-label' %>
    <div class="controls">
      <%= f.email_field :email, :autofocus => true %>
    </div>
  </div>

  <div class="form-actions">
    <%= f.submit "Send me reset password instructions", :class => 'btn btn-primary' %>
    <%= link_to t('.cancel', :default => t("helpers.links.cancel")),
                :back, :class => 'btn' %>
  </div>
<% end %>

<%= render "devise/shared/links" %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
git_wit-0.0.6 test/dummy/app/views/devise/passwords/new.html.erb
git_wit-0.0.6.pre test/dummy/app/views/devise/passwords/new.html.erb
git_wit-0.0.5 test/dummy/app/views/devise/passwords/new.html.erb
git_wit-0.0.4.pre2 test/dummy/app/views/devise/passwords/new.html.erb
git_wit-0.0.4.pre test/dummy/app/views/devise/passwords/new.html.erb
git_wit-0.0.3 test/dummy/app/views/devise/passwords/new.html.erb
git_wit-0.0.2 test/dummy/app/views/devise/passwords/new.html.erb
git_wit-0.0.1 test/dummy/app/views/devise/passwords/new.html.erb