Sha256: 279e04ed1718ec425af472e80dc33083fdd3208932485f573a41e3e191d6943e

Contents?: true

Size: 367 Bytes

Versions: 2

Compression:

Stored size: 367 Bytes

Contents

%table.table.table-striped.table-hover.table-condensed
  %thead
    %tr
      %th Name
      %th.small UID
      %th.small GID
      %th Comment
      %th Home
      %th.small Shell
  %tbody
    - list.each do |user|
      %tr
        %td= user.name
        %td= user.uid
        %td= user.gid
        %td= user.comment
        %td= user.home
        %td= user.shell

Version data entries

2 entries across 2 versions & 1 rubygems

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