Sha256: 02cc85d52b4ef2f1a60d2c82b91471d8c011d863cc8537b694ee037dc179f1ef

Contents?: true

Size: 888 Bytes

Versions: 7

Compression:

Stored size: 888 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.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')}

%p.version
  = t('powered_by')
  %a{ :href => "https://github.com/pgharts/trusty-cms" } TrustyCms CMS
  = t('version')
  = TrustyCms.loaded_via_gem? ? "#{TrustyCms::VERSION} (gem)." : "#{TrustyCms::VERSION}."

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
trusty-cms-2.0.20 app/views/admin/welcome/login.html.haml
trusty-cms-2.0.2 app/views/admin/welcome/login.html.haml
trusty-cms-2.0.19 app/views/admin/welcome/login.html.haml
trusty-cms-2.0.18 app/views/admin/welcome/login.html.haml
trusty-cms-2.0.17 app/views/admin/welcome/login.html.haml
trusty-cms-2.0.16 app/views/admin/welcome/login.html.haml
trusty-cms-2.0.15 app/views/admin/welcome/login.html.haml