Sha256: 6acd9091c46be949e425a4a0e88bc354d984b56b06c312643332539efbf597bc
Contents?: true
Size: 636 Bytes
Versions: 2
Compression:
Stored size: 636 Bytes
Contents
.row .col-sm-2 .col-sm-8 .card.card-default .card-body = form_tag("#{settings.map_path}/auth/ldap/callback", attributes: { class: '' }) do .form-group %label.control-label Username %input.form-control.border-input{ name: 'username', tabindex: '1' } .form-group %label.control-label{ style: 'display: block' } Password %input.form-control.border-input{ name: 'password', type: 'password', tabindex: '2' } %button.btn.btn-primary{ type: 'submit', tabindex: '3' } %i.fa.fa-building Log In .col-sm-2
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ditty-0.9.1 | views/auth/ldap.haml |
ditty-0.9.0 | views/auth/ldap.haml |