Sha256: eb89bca8b723ece6114a8f80527da23a504e3791bc5b3a784ff446bb8b0d0227

Contents?: true

Size: 560 Bytes

Versions: 11

Compression:

Stored size: 560 Bytes

Contents

- @page_title =  t('shoppe.sessions.admin_login')
= display_flash
.loginArea
  = form_tag :login, :class => 'login' do
    %p.field
      = text_field_tag 'email_address', params[:email_address], :class => 'focus', :placeholder => t('shoppe.sessions.email')
    %p.field
      = password_field_tag 'password', params[:password], :class => '', :placeholder =>  t('shoppe.sessions.password')
    %p.submit
      = submit_tag t('shoppe.sessions.login'), :class => 'button green'
    %p.reset
      = link_to t('shoppe.sessions.reset_password?'), login_reset_path

Version data entries

11 entries across 11 versions & 3 rubygems

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