Sha256: 5294fb079f3c756ba77588a676b1067a816df4dae7472f9460bfc723ed066853

Contents?: true

Size: 324 Bytes

Versions: 3

Compression:

Stored size: 324 Bytes

Contents

.row
  .col-md-2
  .col-md-8
    .card.card-default.shadow
      .card-body
        = new_form_tag base_path do
          = haml :'users/identity', locals: { identity: identity }
          = haml :'users/user', locals: { user: entity }
          %button.btn.btn-primary{ type: 'submit' }
            Create User
  .col-md-2

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ditty-0.11.1 views/users/new.haml
ditty-0.10.2 views/users/new.haml
ditty-0.10.1 views/users/new.haml