Sha256: 749fb545c9e540a22360733c89bba353a1e2ad96230d3a56906ffc4d03edf4d0

Contents?: true

Size: 954 Bytes

Versions: 52

Compression:

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

%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

52 entries across 52 versions & 1 rubygems

Version Path
trusty-cms-3.7.1 app/views/admin/welcome/login.html.haml
trusty-cms-3.7.0 app/views/admin/welcome/login.html.haml
trusty-cms-3.6.2 app/views/admin/welcome/login.html.haml
trusty-cms-3.6.1 app/views/admin/welcome/login.html.haml
trusty-cms-3.6.0 app/views/admin/welcome/login.html.haml
trusty-cms-3.5.5 app/views/admin/welcome/login.html.haml
trusty-cms-3.5.4 app/views/admin/welcome/login.html.haml
trusty-cms-3.5.3 app/views/admin/welcome/login.html.haml
trusty-cms-3.5.2 app/views/admin/welcome/login.html.haml
trusty-cms-3.5.1 app/views/admin/welcome/login.html.haml
trusty-cms-3.5.0 app/views/admin/welcome/login.html.haml
trusty-cms-3.4.0 app/views/admin/welcome/login.html.haml
trusty-cms-3.3.7 app/views/admin/welcome/login.html.haml
trusty-cms-3.3.6 app/views/admin/welcome/login.html.haml
trusty-cms-3.3.5 app/views/admin/welcome/login.html.haml
trusty-cms-3.3.3 app/views/admin/welcome/login.html.haml
trusty-cms-3.3.2 app/views/admin/welcome/login.html.haml
trusty-cms-3.3.1 app/views/admin/welcome/login.html.haml
trusty-cms-3.2.1 app/views/admin/welcome/login.html.haml
trusty-cms-3.3.0 app/views/admin/welcome/login.html.haml