Sha256: ce60f8a851f5a55675bae4c89ddcfab653cbde73e6bd10c314a0970a408b74ed
Contents?: true
Size: 968 Bytes
Versions: 31
Compression:
Stored size: 968 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_one' %> </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
31 entries across 31 versions & 1 rubygems