Sha256: 642f329c873ece83a66476154b66208fdb977ccd0ed29d81747ee162c7aeadec
Contents?: true
Size: 1.02 KB
Versions: 3
Compression:
Stored size: 1.02 KB
Contents
.container / Outer Row .row.justify-content-center .col-xl-10.col-lg-12.col-md-9 .card.card-default.o-hidden.border-0.shadow-lg.my-5 .card-body.p-0 / Nested Row within Card Body .row .col-lg-6.d-none.d-lg-block.bg-login-image .col-lg-6 .p-5 .text-center %h1.h4.text-gray-900.mb-4 Welcome Back! .small = haml :'partials/notifications' - ::Ditty::Services::Authentication.providers.each do |name| - provider = ::Ditty::Services::Authentication[name] - next if provider[:login_prompt].nil? %p %a.btn.btn-block.btn-secondary{ href: "#{settings.map_path}/auth/#{name}" } %i.fab.fw{ class: "fa-#{provider[:icon] || 'key'}"} = provider[:login_prompt] - if ::Ditty::Services::Authentication.provides? 'identity' = haml :'auth/identity'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ditty-0.11.1 | views/auth/login.haml |
ditty-0.10.2 | views/auth/login.haml |
ditty-0.10.1 | views/auth/login.haml |