Sha256: 2b6193874a72846befb7c6cdafffa4388962ac6276da9c42855aae7215b9f64f

Contents?: true

Size: 594 Bytes

Versions: 13

Compression:

Stored size: 594 Bytes

Contents

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

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

  <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
             } -%>
<% end -%>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
refinerycms-0.9.7.15 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.7.14 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.7.13 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.7.11 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.7.10 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.7.9 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.7.8 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.7.7 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.7.6 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.7.5 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.7.4 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.7.3 vendor/plugins/authentication/app/views/users/forgot.html.erb
refinerycms-0.9.7.2 vendor/plugins/authentication/app/views/users/forgot.html.erb