Sha256: 8c172aaf9e3678184e14bd2c3ea2ee15f7e15cf13f739cb58b257effd1896c94

Contents?: true

Size: 483 Bytes

Versions: 4

Compression:

Stored size: 483 Bytes

Contents

<h2>Forgot your password?</h2>

<%= simple_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %>
  <%= f.error_notification %>

  <div class="form-inputs">
    <%= f.input :email, :required => true, :autofocus => true %>
  </div>

  <div class="form-actions">
    <%= f.button :submit, "Send me reset password instructions", :class=>'btn btn-primary' %>
  </div>
<% end %>

<%= render "ecm/user_area/shared/links" %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ecm_user_area-1.0.2.pre app/views/ecm/user_area/passwords/new.en.html.erb
ecm_user_area-1.0.1.pre app/views/ecm/user_area/passwords/new.en.html.erb
ecm_user_area-1.0.0.pre app/views/ecm/user_area/passwords/new.en.html.erb
ecm_user_area-0.0.1.pre app/views/ecm/user_area/passwords/new.en.html.erb