Sha256: 67b62b9c25b136154403e4f010c5ffb036c7426d01d0bc3f6a91f45f7e790dc3

Contents?: true

Size: 869 Bytes

Versions: 2

Compression:

Stored size: 869 Bytes

Contents

- if users
  %div
    %a.scope_anchor{ id: "users" }
    .scope#users_container
      = render_partial "scope_header",
        :scope => "users",
        :title => "Users",
        :count => "#{users.length} #{Machinery.pluralize(users.length, "user")}"
      .row.scope_content.collapse.in
        .col-xs-1
        .col-xs-11
          %table.table.table-striped.table-hover.table-condensed.filterable
            %thead
              %tr
                %th Name
                %th UID
                %th GID
                %th Comment
                %th Home
                %th Shell
            %tbody
              - users.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/users.html.haml
machinery-tool-1.14.1 html/partials/users.html.haml