Sha256: b7910203319797ad605e993af372c749f8f30f98c6be338640806b814a332eef

Contents?: true

Size: 730 Bytes

Versions: 5

Compression:

Stored size: 730 Bytes

Contents

= form_tag("#{settings.map_path}/auth/identity/callback", attributes: { class: '' }) do
  .form-group
    %label.control-label Email
    %input.form-control.border-input{ name: 'username', tabindex: '1' }
  .form-group
    %label.control-label{ style: 'display: block' }
      Password
      %a{ href: "#{settings.map_path}/auth/forgot-password", style: 'float: right', tabindex: '5' }
        Forgot?
    %input.form-control.border-input{ name: 'password', type: 'password', tabindex: '2' }
  %button.btn.btn-primary{ type: 'submit', tabindex: '3' } Log In
  - if policy(::Ditty::User).register?
    .pull-right
      No account yet?
      %a.btn.btn-default{ href: "#{settings.map_path}/auth/register", tabindex: '4' } Register

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ditty-0.8.0 views/auth/identity.haml
ditty-0.7.2 views/auth/identity.haml
ditty-0.7.1 views/auth/identity.haml
ditty-0.7.0 views/auth/identity.haml
ditty-0.7.0.pre.rc1 views/auth/identity.haml