Sha256: 5033f5429c407d1927e929e99b73e3d173c1b57e58b11c9b6499a2672dd51bcb

Contents?: true

Size: 502 Bytes

Versions: 8

Compression:

Stored size: 502 Bytes

Contents

<div class="container" id="splash">
  <div class="row">
    <%= render 'hubstats/metrics/quick_stats' %>
  </div>
  <div class="row">
    <div class="col col-lg-5">
      <h3> Recently Active Repositories </h3>
      <%= render 'hubstats/metrics/repos_table' %>
    </div>
    <div class="col col-lg-5 col-lg-offset-2">
      <h3> Most Active Users </h3>
      <%= render 'hubstats/metrics/users_table' %>
      <p class="pull-right"><%= link_to "View All", users_path %></p>
    </div>
  </div>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hubstats-0.0.8 app/views/hubstats/repos/index.html.erb
hubstats-0.0.7 app/views/hubstats/repos/index.html.erb
hubstats-0.0.6 app/views/hubstats/repos/index.html.erb
hubstats-0.0.5 app/views/hubstats/repos/index.html.erb
hubstats-0.0.4 app/views/hubstats/repos/index.html.erb
hubstats-0.0.3 app/views/hubstats/repos/index.html.erb
hubstats-0.0.2 app/views/hubstats/repos/index.html.erb
hubstats-0.0.1 app/views/hubstats/repos/index.html.erb