Sha256: 6e8f98b3b9995cd2af548365d7d1a1fe172ac6a4d58ffc746e6523efc8c526fc

Contents?: true

Size: 566 Bytes

Versions: 4

Compression:

Stored size: 566 Bytes

Contents

.row
  .col-md-2
  .col-md-8
    .panel.panel-default
      .panel-heading
        %h4 Register
      .panel-body
        %form.form-horizontal{ method: 'post', action: "#{settings.map_path}/auth/identity/new" }
          = form_control(:username, identity, label: 'Username', placeholder: 'Your username')
          = 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
ditty-0.4.0 views/identity/register.haml
ditty-0.3.3 views/identity/register.haml
ditty-0.3.2 views/identity/register.haml
ditty-0.3.1 views/identity/register.haml