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