Sha256: 3a0d2eef58966966b440a8cfafda1e1eecea81aea1ac2e85de302c74d3df056b

Contents?: true

Size: 606 Bytes

Versions: 10

Compression:

Stored size: 606 Bytes

Contents

<% content_for :header, t('.enter_email_address') %>

<%= form_for :user do |f| -%>

  <div class='field'>
    <%= f.text_field :email, :class => "larger widest",
                     :placeholder => t('.email_address', :default => t('authlogic.attributes.user_session.email')) %>
  </div>

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
refinerycms-0.9.8.9 vendor/refinerycms/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.8.8 vendor/refinerycms/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.8.7 vendor/refinerycms/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.8.6 vendor/refinerycms/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.8.5 vendor/refinerycms/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.8.4 vendor/refinerycms/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.8.3 vendor/refinerycms/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.8.2 vendor/refinerycms/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.8.1 vendor/refinerycms/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.8 vendor/refinerycms/authentication/app/views/users/forgot.html.erb