Sha256: ec6e9e58a3da0d7b27a55b0209c8bb8c3568c11c837d474622b011ece642e993

Contents?: true

Size: 501 Bytes

Versions: 4

Compression:

Stored size: 501 Bytes

Contents

.row
  .col-md-12
    .panel.panel-default
      %table.table.table-striped
        %thead
          %tr
            %th Name
            %th Permissions
        %tbody
          -list.each do |entity|
            %tr
              %td
                %a{ href: "/_proxes/roles/#{entity.id}" }= entity.name
              %td
                = entity.permissions_dataset.count
      .panel-body.text-right
        %a.btn.btn-primary{ href: '/_proxes/roles/new' } New Role

=pagination(list, base_path)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
proxes-0.4.3 views/roles/index.haml
proxes-0.4.2 views/roles/index.haml
proxes-0.4.1 views/roles/index.haml
proxes-0.4.0 views/roles/index.haml