Sha256: fd2ad69fbab48850be59245465d3152784834a59843a9f0fac076d7bf8ab2d03

Contents?: true

Size: 1.03 KB

Versions: 31

Compression:

Stored size: 1.03 KB

Contents

<div id="search">
  <%= render 'search_form' %>
  <h1><%= application_name %> <%= t('.users') %></h1>
</div>
<table class="table table-striped">
    <thead>
        <tr>
            <th><%= t('.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> <%= t('.user_name') %></th>
            <th class="sorts"><i id="login" class="<%= params[:sort] == "login desc" ? 'caret' : params[:sort] == "login" ? 'caret up' : '' %>"></i> <%= t('.user_id') %></th>
            <th class="sorts"><i id="department" class="<%= params[:sort] == "department desc" ? 'caret' : params[:sort] == "department" ? 'caret up' : '' %>"></i> <%= t('.department') %></th>
            <th><%= t('.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

31 entries across 31 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/users/index.html.erb
hyrax-5.0.4 app/views/hyrax/users/index.html.erb
hyrax-5.0.3 app/views/hyrax/users/index.html.erb
hyrax-5.0.2 app/views/hyrax/users/index.html.erb
hyrax-5.0.1 app/views/hyrax/users/index.html.erb
hyrax-5.0.0 app/views/hyrax/users/index.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/users/index.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/users/index.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/users/index.html.erb
hyrax-3.6.0 app/views/hyrax/users/index.html.erb
hyrax-4.0.0 app/views/hyrax/users/index.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/users/index.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/users/index.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/users/index.html.erb
hyrax-3.5.0 app/views/hyrax/users/index.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/users/index.html.erb
hyrax-3.4.2 app/views/hyrax/users/index.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/users/index.html.erb
hyrax-3.4.1 app/views/hyrax/users/index.html.erb
hyrax-3.4.0 app/views/hyrax/users/index.html.erb