Sha256: f1dddc86886000b52438d11ccbc7601f17993d6d090afe118560f7700f82d735

Contents?: true

Size: 570 Bytes

Versions: 20

Compression:

Stored size: 570 Bytes

Contents

<div class="container" id="repo">
  <div class="row">
    <h1 class="title text-center"> <%= @repo.name.titleize %> </h1>
    <%= render 'hubstats/metrics/quick_stats' %>
  </div>
  <div class="row">
    <div class="col col-lg-5">
      <h3> Pull Requests since <%= time_ago_in_words(@timespan) %> ago</h3>
       <%= render 'hubstats/metrics/pulls_table' %>
    </div>
    <div class="col col-lg-5 col-lg-offset-2">
      <div class="row">
        <h3> Most Active Users </h3>
        <%= render 'hubstats/metrics/users_table' %>
      </div>
    </div>
  </div>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
hubstats-0.0.21 app/views/hubstats/repos/show.html.erb
hubstats-0.0.20 app/views/hubstats/repos/show.html.erb
hubstats-0.0.19 app/views/hubstats/repos/show.html.erb
hubstats-0.0.18 app/views/hubstats/repos/show.html.erb
hubstats-0.0.17 app/views/hubstats/repos/show.html.erb
hubstats-0.0.16 app/views/hubstats/repos/show.html.erb
hubstats-0.0.15 app/views/hubstats/repos/show.html.erb
hubstats-0.0.14 app/views/hubstats/repos/show.html.erb
hubstats-0.0.13 app/views/hubstats/repos/show.html.erb
hubstats-0.0.12 app/views/hubstats/repos/show.html.erb
hubstats-0.0.10 app/views/hubstats/repos/show.html.erb
hubstats-0.0.9 app/views/hubstats/repos/show.html.erb
hubstats-0.0.8 app/views/hubstats/repos/show.html.erb
hubstats-0.0.7 app/views/hubstats/repos/show.html.erb
hubstats-0.0.6 app/views/hubstats/repos/show.html.erb
hubstats-0.0.5 app/views/hubstats/repos/show.html.erb
hubstats-0.0.4 app/views/hubstats/repos/show.html.erb
hubstats-0.0.3 app/views/hubstats/repos/show.html.erb
hubstats-0.0.2 app/views/hubstats/repos/show.html.erb
hubstats-0.0.1 app/views/hubstats/repos/show.html.erb