Sha256: 77990a02ed5caa08ac34183b1d6749dc9e83a13f2461cb90d36c0b36a0490f78

Contents?: true

Size: 705 Bytes

Versions: 1

Compression:

Stored size: 705 Bytes

Contents

.row
  .col-sm-3
  .col-sm-6
    .panel.panel-default
      .panel-body
        %form{ method: 'post', action: "#{settings.map_path}/auth/identity/callback" }
          .form-group
            %label.control-label Email
            %input.form-control.border-input{ name: 'username' }
          .form-group
            %label.control-label Password
            %input.form-control.border-input{ name: 'password', type: 'password' }
          %button.btn.btn-primary{ type: 'submit' } Log In
          - if policy(::Ditty::Identity).register?
            .pull-right
              No account yet?
              %a.btn.btn-default{ href: "#{settings.map_path}/auth/identity/register" } Register
  .col-sm-3

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ditty-0.4.1 views/identity/login.haml