Sha256: aa92d2f0f383b5c1f6a6b11531a640fa6ae71122d6486d5b4607126ebd0d2280

Contents?: true

Size: 1.1 KB

Versions: 3

Compression:

Stored size: 1.1 KB

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' %>    
    <br>
    <br>
    <br>
    <br>
    <br>
    <%= render 'hubstats/partials/quick_addition_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>

    <!-- Show all of the deploys for this repository -->
    <div class="col col-lg-6">
      <h3> Deploys </h3>
      <%= render "hubstats/tables/deploys-condensed" %>
      <% if @deploy_count > 20 %>
        <p class="pull-right"><%= link_to "View All", deploys_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

3 entries across 3 versions & 1 rubygems

Version Path
hubstats-0.3.8 app/views/hubstats/repos/show.html.erb
hubstats-0.3.7 app/views/hubstats/repos/show.html.erb
hubstats-0.3.6 app/views/hubstats/repos/show.html.erb