Sha256: c9f2523260733d70a9febaec2f928b0f9ea13e217f472949b961d7f618050992

Contents?: true

Size: 781 Bytes

Versions: 21

Compression:

Stored size: 781 Bytes

Contents

- if groups
  %div
    %a.scope_anchor{ id: "groups" }
    .scope#groups_container
      = render_partial "scope_header",
        :scope => "groups",
        :title => "Groups",
        :count => "#{groups.length} #{Machinery.pluralize(groups.length, "group")}"
      .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 GID
                %th Password
                %th Users
            %tbody
              - groups.each do |group|
                %tr
                  %td= group.name
                  %td= group.gid
                  %td= group.password
                  %td= group.users.join(",")

Version data entries

21 entries across 21 versions & 1 rubygems

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