Sha256: 92fcdc91f45a10bd7febb7535c5e0c535ea56222f2b4fa4d11411e56e48e4d29

Contents?: true

Size: 441 Bytes

Versions: 6

Compression:

Stored size: 441 Bytes

Contents

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

= display_flash

.loginArea
  = form_tag :login_reset, :class => 'login' do
    .form-group
      = text_field_tag 'email_address', params[:email_address], class: 'form-control focus', placeholder: t('tienda.sessions.email')
    %p.submit
      = submit_tag t('tienda.sessions.reset'), class: 'btn btn-primary'
    %p.reset
      = link_to t('tienda.sessions.back_to_login'), login_path

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tienda-2.1.3 app/views/tienda/sessions/reset.html.haml
tienda-2.1.2 app/views/tienda/sessions/reset.html.haml
tienda-2.1.1 app/views/tienda/sessions/reset.html.haml
tienda-2.1.0 app/views/tienda/sessions/reset.html.haml
tienda-2.0.2 app/views/tienda/sessions/reset.html.haml
tienda-2.0.1 app/views/tienda/sessions/reset.html.haml