Sha256: f1bbbfb68e7af81984b464b7e19cb8cfa3e4524469cbc743347da0340dea266e

Contents?: true

Size: 292 Bytes

Versions: 2

Compression:

Stored size: 292 Bytes

Contents

%table.table.table-striped.table-hover.table-condensed
  %thead
    %tr
      %th Name
      %th GID
      %th Password
      %th Users
  %tbody
    - list.each do |group|
      %tr
        %td= group.name
        %td= group.gid
        %td= group.password
        %td= group.users.join(",")

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
machinery-tool-1.14.2 html/partials/compare/group_list.html.haml
machinery-tool-1.14.1 html/partials/compare/group_list.html.haml