Sha256: 0b368492ff8449f6c382db6e867304a62287ae9d0d4a77dd638d0c9bf098f5bf

Contents?: true

Size: 841 Bytes

Versions: 6

Compression:

Stored size: 841 Bytes

Contents

<% content_for :header, t('enter_email_address', :scope => 'refinery.authentication.devise.users.forgot') %>

<%= form_for resource, :as => resource_name,
                       :url => refinery.authentication_devise_user_password_path,
                       :html => { :method => :post } do |f| %>

  <div class='field'>
    <%= f.text_field :email, :class => "larger widest",
                     :placeholder => t('email_address', :scope => 'refinery.authentication.devise.users.forgot') %>
  </div>

  <%= render '/refinery/admin/form_actions', :f => f,
             :continue_editing => false,
             :submit_button_text => t('reset_password', :scope => 'refinery.authentication.devise.users.forgot'),
             :cancel_url => refinery.authentication_devise_user_session_path,
             :cancel_title => nil -%>
<% end -%>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
refinerycms-authentication-devise-2.0.0 app/views/refinery/authentication/devise/passwords/new.html.erb
refinerycms-authentication-devise-1.0.4 app/views/refinery/authentication/devise/passwords/new.html.erb
refinerycms-authentication-devise-1.0.3 app/views/refinery/authentication/devise/passwords/new.html.erb
refinerycms-authentication-devise-1.0.2 app/views/refinery/authentication/devise/passwords/new.html.erb
refinerycms-authentication-devise-1.0.1 app/views/refinery/authentication/devise/passwords/new.html.erb
refinerycms-authentication-devise-1.0.0 app/views/refinery/authentication/devise/passwords/new.html.erb