Sha256: 4c58d7cfac1cf85350cf14e80a9d8da2ac895d36c8b60a15a6e9664776ca694b
Contents?: true
Size: 749 Bytes
Versions: 7
Compression:
Stored size: 749 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> <br> <h4 class="text-center"> Deployed at: <%= @deploy.deployed_at %> </h4> <!--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
7 entries across 7 versions & 1 rubygems