Sha256: b0cc274cac7742d7acdffeb52eac6c70d0ec49d3b42dccfe619c453ada020132

Contents?: true

Size: 980 Bytes

Versions: 33

Compression:

Stored size: 980 Bytes

Contents

<div id="search">
  <%= render 'search_form' %>
  <h1><%= application_name %> Users</h1>
</div>
<table class="table table-striped">
    <thead>
        <tr>
            <th>Avatar</th>
            <th class="sorts"><i id="name" class="<%= params[:sort].blank? ? 'caret up' : params[:sort] == "name desc" ? 'caret' : params[:sort] == "name" ? 'caret up' : '' %>"></i> User Name</th>
            <th class="sorts"><i id="login" class="<%= params[:sort] == "login desc" ? 'caret' : params[:sort] == "login" ? 'caret up' : '' %>"></i> User Id</th>
            <th class="sorts"><i id="department" class="<%= params[:sort] == "department desc" ? 'caret' : params[:sort] == "department" ? 'caret up' : '' %>"></i> Department</th>
            <th>Works Created</th>
        </tr>
    </thead>
    <tbody>
    <%= render partial: 'user_row', collection: @users, as: :user %>
    </tbody>
</table>
<div class="pager">
  <%= paginate @users, theme: 'blacklight', route_set: hyrax %>
</div>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/users/index.html.erb
hyrax-2.9.5 app/views/hyrax/users/index.html.erb
hyrax-2.9.4 app/views/hyrax/users/index.html.erb
hyrax-2.9.3 app/views/hyrax/users/index.html.erb
hyrax-2.9.2 app/views/hyrax/users/index.html.erb
hyrax-2.9.1 app/views/hyrax/users/index.html.erb
hyrax-2.9.0 app/views/hyrax/users/index.html.erb
hyrax-2.8.0 app/views/hyrax/users/index.html.erb
hyrax-2.7.2 app/views/hyrax/users/index.html.erb
hyrax-2.7.1 app/views/hyrax/users/index.html.erb
hyrax-2.7.0 app/views/hyrax/users/index.html.erb
hyrax-2.6.0 app/views/hyrax/users/index.html.erb
hyrax-2.5.1 app/views/hyrax/users/index.html.erb
hyrax-2.5.0 app/views/hyrax/users/index.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/users/index.html.erb
hyrax-2.4.1 app/views/hyrax/users/index.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/users/index.html.erb
hyrax-2.4.0 app/views/hyrax/users/index.html.erb
hyrax-2.3.3 app/views/hyrax/users/index.html.erb
hyrax-2.3.2 app/views/hyrax/users/index.html.erb