Sha256: 4d1a72eabb1b66d623c684b3698484d3538dd7e3e85b2233c6854ef5d198315e

Contents?: true

Size: 552 Bytes

Versions: 10

Compression:

Stored size: 552 Bytes

Contents

.row
  .col-md-2
  .col-md-8
    .panel.panel-default
      .panel-body
        %p.description
          %label Name:
          = entity.name

        .row
          .col-md-6
            %a.btn.btn-default{ href: "#{base_path}/#{entity.id}/edit" } Edit
          .col-md-6.text-right
            - if policy(entity).delete?
              %form{ method: 'post', action: "#{base_path}/#{entity.id}" }
                %input{ name: '_method', value: 'DELETE', type: 'hidden' }
                %button.btn.btn-warning{ type: 'submit' } Delete
  .col-md-2

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ditty-0.6.0 views/roles/display.haml
ditty-0.4.1 views/roles/display.haml
ditty-0.4.0 views/roles/display.haml
ditty-0.3.3 views/roles/display.haml
ditty-0.3.2 views/roles/display.haml
ditty-0.3.1 views/roles/display.haml
ditty-0.3.0 views/roles/display.haml
ditty-0.2.2 views/roles/display.haml
ditty-0.2.1 views/roles/display.haml
ditty-0.2.0 views/roles/display.haml