Sha256: 7b4618e544455c731f68892849108641aaaf066e11035cd35085de819707f703

Contents?: true

Size: 895 Bytes

Versions: 19

Compression:

Stored size: 895 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.small UID
                %th.small GID
                %th Comment
                %th.medium Home
                %th.medium 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

19 entries across 19 versions & 1 rubygems

Version Path
machinery-tool-1.24.1 html/partials/users.html.haml
machinery-tool-1.24.0 html/partials/users.html.haml
machinery-tool-1.23.1 html/partials/users.html.haml
machinery-tool-1.23.0 html/partials/users.html.haml
machinery-tool-1.22.3 html/partials/users.html.haml
machinery-tool-1.22.2 html/partials/users.html.haml
machinery-tool-1.22.1 html/partials/users.html.haml
machinery-tool-1.22.0 html/partials/users.html.haml
machinery-tool-1.21.0 html/partials/users.html.haml
machinery-tool-1.20.0 html/partials/users.html.haml
machinery-tool-1.19.0 html/partials/users.html.haml
machinery-tool-1.18.0 html/partials/users.html.haml
machinery-tool-1.17.0 html/partials/users.html.haml
machinery-tool-1.16.4 html/partials/users.html.haml
machinery-tool-1.16.3 html/partials/users.html.haml
machinery-tool-1.16.2 html/partials/users.html.haml
machinery-tool-1.16.1 html/partials/users.html.haml
machinery-tool-1.16.0 html/partials/users.html.haml
machinery-tool-1.15.0 html/partials/users.html.haml