Sha256: 4c4b6702057fe5f7afc764e3cdd1c5da58ae48907def1e7bd416ceb9c273b9c5

Contents?: true

Size: 772 Bytes

Versions: 2

Compression:

Stored size: 772 Bytes

Contents

- title t('locomotive.sessions.new.title')

.public-form
  .public-form-text
    h3= t('locomotive.sessions.new.title')

  - set_error_from_flash(resource, :email)

  = locomotive_form_for(resource, as: resource_name, url: locomotive_account_session_path) do |f|

    = f.hidden_field :remember_me, value: 'true'

    = f.inputs do
      = f.input :email, label: t('.email'), required: false, input_html: { tabindex: 1 }
      = f.input :password, label: t('.password'), hint: link_to(t('.link'), new_locomotive_account_password_path).html_safe, required: false, input_html: { tabindex: 2 }

    = f.actions do
      = f.button :submit, t('.submit'), class: 'btn btn-primary'

- if current_site.nil?
  = link_to t('.sign_up').html_safe, sign_up_path, class: 'public-link'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
locomotivecms-3.0.0.rc4 app/views/locomotive/sessions/new.html.slim
locomotivecms-3.0.0.rc3 app/views/locomotive/sessions/new.html.slim