Sha256: e839877e0b1628eb9e3e09f4b4cf17df7a744afe9b81285f70f1e17bc8050e09

Contents?: true

Size: 655 Bytes

Versions: 3

Compression:

Stored size: 655 Bytes

Contents

<div class="container" id="deploy">
  <div class="row">
    <!--Title with the repo name and git revision sha-->
    <h1 class="title text-center">
      <%= link_to @deploy.repo.name.titleize, repo_path(@deploy.repo.name) %> /
      <%= @deploy.git_revision.titleize %>
    </h1>
    <!--Show the number of pull requests, comments, and net additions-->
    <%= render "hubstats/partials/quick_stats" %>
  </div>

  <!--Show all of the pull requests in a "condensed"view -->
  <div class="col col-lg-8 col-lg-offset-2">
    <div class="row">
      <h4> Pull Requests </h4>
      <%= render 'hubstats/tables/pulls-condensed' %>
    </div>
  </div>

</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hubstats-0.3.4 app/views/hubstats/deploys/show.html.erb
hubstats-0.3.3 app/views/hubstats/deploys/show.html.erb
hubstats-0.3.2 app/views/hubstats/deploys/show.html.erb