Sha256: e19bbcc19b2f6b651a328178cc28992043f297ec0985918cc0ddcef8c7be68c4

Contents?: true

Size: 651 Bytes

Versions: 5

Compression:

Stored size: 651 Bytes

Contents

<div class="container" id="splash">
  <div class="row text-center">

    <!-- Show all of the statistics about all of the repositories and users within time frame -->
    <%= render 'hubstats/partials/quick_stats' %>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <%= render 'hubstats/partials/quick_addition_stats' %>
  </div>
  
  <!-- Show all of the repositories with their individual stats -->
  <div class="row">
    <div class="col col-lg-12">
      <%= render 'hubstats/tables/repos' %>
      <div class="text-center">
        <%= will_paginate @repo, renderer: BootstrapPagination::Rails %>
      </div>
    </div>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hubstats-0.5.4 app/views/hubstats/repos/dashboard.html.erb
hubstats-0.5.3 app/views/hubstats/repos/dashboard.html.erb
hubstats-0.5.2 app/views/hubstats/repos/dashboard.html.erb
hubstats-0.5.1 app/views/hubstats/repos/dashboard.html.erb
hubstats-0.5.0 app/views/hubstats/repos/dashboard.html.erb