Sha256: b5750bf222e9d0eb702b7d7b5108c1acb5b0e849c5b62e926fa8bfa2a48659b3
Contents?: true
Size: 688 Bytes
Versions: 3
Compression:
Stored size: 688 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"> <h3> Repositories </h3> <%= render 'hubstats/tables/repos' %> <div class="text-center"> <%= will_paginate @repo, renderer: BootstrapPagination::Rails %> </div> </div> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hubstats-0.4.4 | app/views/hubstats/repos/dashboard.html.erb |
hubstats-0.4.2 | app/views/hubstats/repos/dashboard.html.erb |
hubstats-0.4.1 | app/views/hubstats/repos/dashboard.html.erb |