Sha256: 8866d2ad990b1f315a7bab096f29de3e8e28919261cee0af2262f6c0db36645d

Contents?: true

Size: 652 Bytes

Versions: 10

Compression:

Stored size: 652 Bytes

Contents

<div class="container" id="repo">

  <div class="row">
    <h1 class="title text-center"><a href=<%=@repo.html_url%>> <%= @repo.name.titleize %> </a></h1>
    <%= render 'hubstats/partials/quick_stats' %>
  </div>

  <div class="row">

    <div class="col col-lg-6">
      <h3> Pull Requests</h3>       
      <%= render 'hubstats/tables/pulls-condensed'%>
      <% if @pull_count > 20 %>
        <p class="pull-right"><%= link_to "View All", pulls_path(:repos => @repo.id) %></p>
      <% end %>
    </div>

    <div class="col col-lg-6">
      <h3> Active Users </h3>
      <%= render 'hubstats/tables/users-condensed' %>
    </div>

  </div>

</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hubstats-0.2.3 app/views/hubstats/repos/show.html.erb
hubstats-0.2.2 app/views/hubstats/repos/show.html.erb
hubstats-0.2.1 app/views/hubstats/repos/show.html.erb
hubstats-0.2.0 app/views/hubstats/repos/show.html.erb
hubstats-0.1.3 app/views/hubstats/repos/show.html.erb
hubstats-0.1.2 app/views/hubstats/repos/show.html.erb
hubstats-0.1.1 app/views/hubstats/repos/show.html.erb
hubstats-0.1.0 app/views/hubstats/repos/show.html.erb
hubstats-0.0.23 app/views/hubstats/repos/show.html.erb
hubstats-0.0.22 app/views/hubstats/repos/show.html.erb