Sha256: 83e018a96de63c44eeb756f23c0b90f9fe3d09db4961b75a147cea9fcfa1ea3e

Contents?: true

Size: 626 Bytes

Versions: 8

Compression:

Stored size: 626 Bytes

Contents

<h2>Forgot your password?</h2>

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

  <div class="form-inputs">
    <div class="form-group string required email">
      <%= f.label :email, class: "control-label string email required"%>
      <%= f.email_field :email, autofocus: true, class: "form-control string email required" %>
    </div>
  </div>

  <div class="form-actions text-right">
    <%= f.submit "Send me reset password instructions", class: "btn btn-default" %>
  </div>
<% end %>

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
archangel-0.3.0 app/views/devise/passwords/new.html.erb
archangel-0.0.8 app/views/devise/passwords/new.html.erb
archangel-0.0.7 app/views/devise/passwords/new.html.erb
archangel-0.0.6 app/views/devise/passwords/new.html.erb
archangel-0.0.5 app/views/devise/passwords/new.html.erb
archangel-0.0.4 app/views/devise/passwords/new.html.erb
archangel-0.0.3 app/views/devise/passwords/new.html.erb
archangel-0.0.2 app/views/devise/passwords/new.html.erb