Sha256: b96cdba30bb6b629ecbeb1f408b6e72667eb3f2cd879d53c1cf79a8c65fb076c

Contents?: true

Size: 925 Bytes

Versions: 95

Compression:

Stored size: 925 Bytes

Contents

- body_classes << 'login_form'
.login-form-content
  .visual
    = image_tag('/assets/admin/default_safe_login.svg', alt: 'web browser with padlock on top')
  .login
    %h1 Log in
    = form_for(resource, as: resource_name, url: authenticate_path) do |f|
      .field
        = f.label :email
        = f.email_field :email, autofocus: true, autocomplete: 'email'
      .field
        = f.label :password
        = f.password_field :password, autocomplete: 'current-password'
      - if devise_mapping.rememberable?
        .field
          = f.label :remember_me do
            = f.check_box :remember_me
            Remember Me
      %br
      .actions
        = f.submit 'Log in'
        - if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations'
          = link_to 'Forgot your password?', new_password_path(resource_name)
      - if flash.alert
        .error= flash.alert

Version data entries

95 entries across 95 versions & 1 rubygems

Version Path
trusty-cms-7.0.22 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.21 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.20 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.19 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.18 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.17 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.16 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.14 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.13 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.12 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.15 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.9.1 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.11 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.10 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.9 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.8 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.7 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.6 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.5 app/views/devise/sessions/new.html.haml
trusty-cms-7.0.4 app/views/devise/sessions/new.html.haml