Sha256: 3e093d1cfa0dfce1f11359235ed15f38afeb2c4200bb2c9ece41973999a92d76

Contents?: true

Size: 657 Bytes

Versions: 8

Compression:

Stored size: 657 Bytes

Contents

<div class="container" id="user"%>
  <div class="row"%>
    <div class="col-lg-3">

      <!-- Allow for filtering by repository or user -->
      <div class="form-group">
        <input class="select2-control" id="repos">
        </input>
      </div>
      <div class="form-group">
        <input class="select2-control" id="users">
        </input>
      </div>
    </div>

    <!-- Show all of the users with their individual stats -->
    <div class="col-lg-9">
      <%= render 'hubstats/tables/users' %>
      <div class="text-center">
        <%= will_paginate @users, renderer: BootstrapPagination::Rails %>
      </div>
    </div>
  </div>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hubstats-0.5.4 app/views/hubstats/users/index.html.erb
hubstats-0.5.3 app/views/hubstats/users/index.html.erb
hubstats-0.5.2 app/views/hubstats/users/index.html.erb
hubstats-0.5.1 app/views/hubstats/users/index.html.erb
hubstats-0.5.0 app/views/hubstats/users/index.html.erb
hubstats-0.4.4 app/views/hubstats/users/index.html.erb
hubstats-0.4.2 app/views/hubstats/users/index.html.erb
hubstats-0.4.1 app/views/hubstats/users/index.html.erb