Sha256: 419bbf3e28abfa9c43da9f0089153874a34e7f03d592d79f8c25b360ddd35d00
Contents?: true
Size: 793 Bytes
Versions: 13
Compression:
Stored size: 793 Bytes
Contents
<div class="container" id="repo"> <div class="row"> <h1 class="title text-center"> <%= link_to @repo.name.titleize, repo_path %> / <a href=<%=@pull_request.html_url%>> <%= @pull_request.title.titleize %> </a> </h1> <%= 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> <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
13 entries across 13 versions & 1 rubygems