Sha256: 5126b11a1aa7dac2497a0f2181ac387f620020987901c17f39507e7372891010

Contents?: true

Size: 476 Bytes

Versions: 11

Compression:

Stored size: 476 Bytes

Contents

- @page_title =  t('shoppe.sessions.reset_password')

= display_flash
.loginArea
  %h2= t('shoppe.sessions.reset_password')
  = form_tag :login_reset, :class => 'login' do
    %p.field
      = text_field_tag 'email_address', params[:email_address], :class => 'focus', :placeholder => t('shoppe.sessions.email')
    %p.submit
      = submit_tag t('shoppe.sessions.reset')  , :class => 'button green'
    %p.reset
      = link_to t('shoppe.sessions.back_to_login') , login_path

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
shoppe-1.1.2 app/views/shoppe/sessions/reset.html.haml
shoppe-1.1.1 app/views/shoppe/sessions/reset.html.haml
shoppe-1.1.0 app/views/shoppe/sessions/reset.html.haml
shoppe-1.0.9 app/views/shoppe/sessions/reset.html.haml
shoppe-1.0.8 app/views/shoppe/sessions/reset.html.haml
kylekthompson-shoppe-1.0.7 app/views/shoppe/sessions/reset.html.haml
shoppe-1.0.7 app/views/shoppe/sessions/reset.html.haml
shoppe-1.0.6 app/views/shoppe/sessions/reset.html.haml
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/shoppe-1.0.5/app/views/shoppe/sessions/reset.html.haml
shoppe-1.0.5 app/views/shoppe/sessions/reset.html.haml
shoppe-1.0.3 app/views/shoppe/sessions/reset.html.haml