Sha256: 0bd4a82e739ddf15f8bd0c6a8a33d3333fe99f01c3bc33204c914225e79414cf

Contents?: true

Size: 1.1 KB

Versions: 1

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">

    <!-- 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> 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

1 entries across 1 versions & 1 rubygems

Version Path
hubstats-0.3.5 app/views/hubstats/repos/show.html.erb