Sha256: 2a06754c2cad89339091d4d5f2093e88fa148db72381fc02c3e916dd29f30fa9
Contents?: true
Size: 964 Bytes
Versions: 8
Compression:
Stored size: 964 Bytes
Contents
<div class="container" id="repo"> <div class="row"> <!-- Title with the repo name and PR title --> <h1 class="title text-center"> <%= link_to @repo.name.titleize, repo_path %> / <a href=<%=@pull_request.html_url%>> <%= @pull_request.title.titleize %> </a> </h1> <!-- Show the date/time that the deploy was deployed --> <%= render 'hubstats/partials/quick_stats' %> </div> <!-- If the pull request is closed, then show the deploy that merged this PR --> <div class="col col-lg-8 col-lg-offset-2"> <div class="row"> <%if @pull_request.state == "closed"%> <h4> Deployment </h4> <%= render 'hubstats/tables/deploys-condensed' %> <%end%> </div> </div> <!--Show all of the comments in a "condensed" view --> <div class="col col-lg-8 col-lg-offset-2"> <div class="row"> <h4> Comments </h4> <%= render 'hubstats/tables/comments' %> </div> </div> </div>
Version data entries
8 entries across 8 versions & 1 rubygems