Sha256: 666d82b3c6b66fa7531ea4fb45b4678d03da46b56c0114e2f319f3a87c4964ef

Contents?: true

Size: 979 Bytes

Versions: 23

Compression:

Stored size: 979 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

23 entries across 23 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/users/index.html.erb
hyrax-2.0.3 app/views/hyrax/users/index.html.erb
hyrax-1.1.0 app/views/hyrax/users/index.html.erb
hyrax-2.0.2 app/views/hyrax/users/index.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/users/index.html.erb
hyrax-2.0.1 app/views/hyrax/users/index.html.erb
hyrax-2.0.0 app/views/hyrax/users/index.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/users/index.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/users/index.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/users/index.html.erb
hyrax-1.0.5 app/views/hyrax/users/index.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/users/index.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/users/index.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/users/index.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/users/index.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/users/index.html.erb
hyrax-1.0.4 app/views/hyrax/users/index.html.erb
hyrax-1.0.3 app/views/hyrax/users/index.html.erb
hyrax-1.0.2 app/views/hyrax/users/index.html.erb
hyrax-1.0.1 app/views/hyrax/users/index.html.erb