Sha256: 8e48a0cacd0cc695adabb2db616cd5d506b661f063bca21cd03a83bf5e7b607b

Contents?: true

Size: 563 Bytes

Versions: 4

Compression:

Stored size: 563 Bytes

Contents

.row
  .col-md-2
  .col-md-8
    .panel.panel-default
      .panel-heading
        ProxES Registration
      .panel-body
        %form.form-horizontal{ method: 'post', action: '/_proxes/auth/identity/new' }
          = form_control(:username, identity, label: 'Email', placeholder: 'Your email address')
          = form_control(:password, identity, label: 'Password', type: :password)
          = form_control(:password_confirmation, identity, label: 'Confirm Password', type: :password)

          %button.btn.btn-primary{ type: 'submit' } Register
  .col-md-2

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
proxes-0.4.3 views/identity/register.haml
proxes-0.4.2 views/identity/register.haml
proxes-0.4.1 views/identity/register.haml
proxes-0.4.0 views/identity/register.haml