Sha256: 0aee82ae88e77910f342cc72b77965aa000c79583625f88990f7ab9aec36417b

Contents?: true

Size: 1009 Bytes

Versions: 8

Compression:

Stored size: 1009 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_one' %>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <%= render 'hubstats/partials/quick_stats_two' %>
  </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

8 entries across 8 versions & 1 rubygems

Version Path
hubstats-0.6.0 app/views/hubstats/teams/show.html.erb
hubstats-0.5.12 app/views/hubstats/teams/show.html.erb
hubstats-0.5.11 app/views/hubstats/teams/show.html.erb
hubstats-0.5.10 app/views/hubstats/teams/show.html.erb
hubstats-0.5.9 app/views/hubstats/teams/show.html.erb
hubstats-0.5.7 app/views/hubstats/teams/show.html.erb
hubstats-0.5.6 app/views/hubstats/teams/show.html.erb
hubstats-0.5.5 app/views/hubstats/teams/show.html.erb