Sha256: 6c0297810b5697399d823855fd04150871c0a6d022623c76e926e46e6c61a184
Contents?: true
Size: 1014 Bytes
Versions: 3
Compression:
Stored size: 1014 Bytes
Contents
<div class="container" id="team"> <div class="row"> <!-- Title with the team's name --> <h1 class="title text-center"><%= @team.name %></a> </h1> <!-- Show all of the stats about the team --> <%= render 'hubstats/partials/quick_stats' %> <br> <br> <br> <br> <br> <br> <%= render 'hubstats/partials/quick_addition_stats' %> </div> <div class="row"> <!-- Show all of this team's merged pull requests in a "condensed" view --> <div class="col-lg-6 col-md-5 col-sm-5 col-xs-5"> <h3> Merged Pull Requests</h3> <%= render 'hubstats/tables/pulls-condensed' %> <% if @pull_count > 20 %> <p class="pull-right"><%= link_to "View All", pulls_path(:teams => @team.id) %></p> <% end %> </div> <!-- Show all of this team's users in a "condensed" view --> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-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.5.4 | app/views/hubstats/teams/show.html.erb |
hubstats-0.5.3 | app/views/hubstats/teams/show.html.erb |
hubstats-0.5.2 | app/views/hubstats/teams/show.html.erb |