Sha256: 934a3f0df9a1a8d027f586f5ce483257eb2228a35a7090c8a833c24c8440a32b

Contents?: true

Size: 887 Bytes

Versions: 13

Compression:

Stored size: 887 Bytes

Contents

- body_classes << "single_form"

#single_form
  %h1= t('please_login')

  = form_tag login_url 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

13 entries across 13 versions & 1 rubygems

Version Path
trusty-cms-2.0.14 app/views/admin/welcome/login.html.haml
trusty-cms-2.0.13 app/views/admin/welcome/login.html.haml
trusty-cms-2.0.12 app/views/admin/welcome/login.html.haml
trusty-cms-2.0.11 app/views/admin/welcome/login.html.haml
trusty-cms-2.0.10.pre.beta app/views/admin/welcome/login.html.haml
trusty-cms-2.0.9.pre.beta app/views/admin/welcome/login.html.haml
trusty-cms-2.0.8.pre.beta app/views/admin/welcome/login.html.haml
trusty-cms-2.0.7.pre.beta app/views/admin/welcome/login.html.haml
trusty-cms-2.0.5.pre.beta app/views/admin/welcome/login.html.haml
trusty-cms-2.0.4.pre.beta app/views/admin/welcome/login.html.haml
trusty-cms-2.0.3.pre.beta app/views/admin/welcome/login.html.haml
trusty-cms-2.0.2.pre.beta app/views/admin/welcome/login.html.haml
trusty-cms-2.0.1.pre.beta app/views/admin/welcome/login.html.haml