Sha256: 55a89d3f6aac2b410e05c57cc9435781a2afd688b6f6dfe3e2425929ff740dbe

Contents?: true

Size: 617 Bytes

Versions: 4

Compression:

Stored size: 617 Bytes

Contents

.row
  .col-md-12
    .panel.panel-default
      %table.table.table-striped
        %thead
          %tr
            %th Email
            %th Name
            %th Surname
            %th Roles
        %tbody
          -list.each do |entity|
            %tr
              %td
                %a{ href: "/_proxes/users/#{entity.id}" }= entity.email
              %td= entity.name
              %td= entity.surname
              %td= entity.roles_dataset.map(:name).map(&:titlecase).join(', ')
      .panel-body.text-right
        %a.btn.btn-primary{ href: '/_proxes/users/new' } New User

=pagination(list, base_path)

Version data entries

4 entries across 4 versions & 1 rubygems

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