Sha256: e85acf9c7e78e781ef2eecc3b802c0f5a99891b4497b53ee7f0be656d2a9865c

Contents?: true

Size: 668 Bytes

Versions: 24

Compression:

Stored size: 668 Bytes

Contents

- content_for :scripts do
  = javascript_include_tag 'jquery.quickSearch.js'
  :javascript
    $(function() {
      $('#quick-search').quickSearch({url: '#{forge_users_path}'});
    });

%h1 Your Users

%p.info
  This is a list of the users who are currently registered for your site and able to access privileged locations.
  %strong Admin
  and
  %strong Contributor
  users may access Forge.  Click
  %strong Unapprove
  to revoke access.

= render :partial => "forge/shared/section_header", :locals => {:item => User}
%ul#item-list= render :partial => "user", :collection => @users
= render :partial => "forge/shared/section_footer", :locals => {:items => @users}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.1.9 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.1.8 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.1.7 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.1.6 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.1.5 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.1.4 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.1.3 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.1.2 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.1.1 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.1.0 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.0.18 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.0.17 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.0.16 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.0.15 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.0.14 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.0.13 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.0.12 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.0.11 lib/forge/app/views/forge/users/index.html.haml
forge-cli-0.0.10 lib/forge/app/views/forge/users/index.html.haml