Sha256: e13685ab0ae283d499fa5e7d62721f4bddc574f1343d45c0528f2cfc96196d17

Contents?: true

Size: 735 Bytes

Versions: 32

Compression:

Stored size: 735 Bytes

Contents

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

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

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

  <%= render :partial => "/shared/admin/form_actions",
             :locals => {
               :f => f,
               :continue_editing => false,
               :submit_button_text => t('reset_password', :scope => 'users.forgot'),
               :cancel_url => session_path(resource_name),
               :cancel_title => nil
             } -%>
<% end -%>

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
refinerycms-authentication-1.0.11 app/views/passwords/new.html.erb
refinerycms-authentication-1.0.10 app/views/passwords/new.html.erb
refinerycms-authentication-1.0.9 app/views/passwords/new.html.erb
refinerycms-authentication-1.0.8 app/views/passwords/new.html.erb
refinerycms-authentication-1.0.7 app/views/passwords/new.html.erb
refinerycms-authentication-1.0.5 app/views/passwords/new.html.erb
refinerycms-authentication-1.0.4 app/views/passwords/new.html.erb
refinerycms-authentication-1.0.3 app/views/passwords/new.html.erb
refinerycms-authentication-1.0.1 app/views/passwords/new.html.erb
refinerycms-authentication-1.0.0 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.22 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.21 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.20 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.19 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.18 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.17 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.16 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.15 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.14 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.13 app/views/passwords/new.html.erb