Sha256: a39cd20efcebae249eb873272edacdb445a6d1dec2291bc85aee7ac7b144ca9f

Contents?: true

Size: 473 Bytes

Versions: 26

Compression:

Stored size: 473 Bytes

Contents

- title t('.title')

= semantic_form_for(resource, as: resource_name, url: locomotive_account_session_path) do |f|
  = f.hidden_field :remember_me, value: 'true'

  .inner
    = flash_message

    = f.inputs do
      = f.input :email, label: t('.email'), required: false
      = f.input :password, label: t('.password'), required: false

    %p.link
      = link_to t('.link'), new_locomotive_account_password_path

  .footer
    = submit_tag t('locomotive.buttons.login')

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
locomotive_cms-2.5.7 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.5.6 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.5.6.rc2 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.5.6.rc1 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.5.5 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.5.4 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.5.3 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.5.2 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.5.1 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.5.0 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.5.0.rc3 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.5.0.rc2 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.5.0.rc1 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.4.1 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.4.0 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.3.1 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.3.0 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.2.3 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.2.2 app/views/locomotive/sessions/new.html.haml
locomotive_cms-2.2.1 app/views/locomotive/sessions/new.html.haml