Sha256: 6f73b0f7a1d154da9c5f30cffecf1754177ea42005c3b601545cfffc296d182e

Contents?: true

Size: 744 Bytes

Versions: 16

Compression:

Stored size: 744 Bytes

Contents

- body_classes << "single_form"

#single_form
  %h1= t('please_login')

  = form_tag login_path do
    %p
      %label{:for=>"username_or_email"}= t('username_or_email')
      = text_field_tag "username_or_email", @username_or_email, :class => 'textbox', :maxlength => 40, :size => 40
    %p
      %label{:for=>"password"}= t('password')
      = password_field_tag "password", '', :class => 'textbox password', :maxlength => 40, :size => 40
    %p= link_to "Forgot password?", new_admin_password_reset_path
    %p.remember_me
      = check_box_tag :remember_me, 1, false, :class => 'checkbox'
      %label.checkbox{:for=>"remember_me"}= t('remember_me_in_this_browser')
    .buttons
      %input.button{:type => "submit", :value => t('login')}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
trusty-cms-4.0.2 app/views/admin/welcome/login.html.haml
trusty-cms-3.9.7 app/views/admin/welcome/login.html.haml
trusty-cms-3.9.6 app/views/admin/welcome/login.html.haml
trusty-cms-3.9.5 app/views/admin/welcome/login.html.haml
trusty-cms-4.0.1 app/views/admin/welcome/login.html.haml
trusty-cms-3.9.4 app/views/admin/welcome/login.html.haml
trusty-cms-3.9.3 app/views/admin/welcome/login.html.haml
trusty-cms-3.9.2 app/views/admin/welcome/login.html.haml
trusty-cms-4.0.0 app/views/admin/welcome/login.html.haml
trusty-cms-3.9.1 app/views/admin/welcome/login.html.haml
trusty-cms-3.9.0 app/views/admin/welcome/login.html.haml
trusty-cms-3.8.4 app/views/admin/welcome/login.html.haml
trusty-cms-3.8.3 app/views/admin/welcome/login.html.haml
trusty-cms-3.8.2 app/views/admin/welcome/login.html.haml
trusty-cms-3.8.1 app/views/admin/welcome/login.html.haml
trusty-cms-3.8.0 app/views/admin/welcome/login.html.haml