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-0.9.9.12 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.11 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.10 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.9 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.8 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.7 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.5 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.4 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.3 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.2 app/views/passwords/new.html.erb
refinerycms-authentication-0.9.9.1 app/views/passwords/new.html.erb
refinerycms-0.9.9 authentication/app/views/passwords/new.html.erb