Sha256: c247584712c33d23cd85c84f2f160eb384aecc4b2e35d7ff8a77d020ee4fe106

Contents?: true

Size: 968 Bytes

Versions: 8

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

8 entries across 8 versions & 1 rubygems

Version Path
hubstats-0.6.0 app/views/hubstats/pull_requests/show.html.erb
hubstats-0.5.12 app/views/hubstats/pull_requests/show.html.erb
hubstats-0.5.11 app/views/hubstats/pull_requests/show.html.erb
hubstats-0.5.10 app/views/hubstats/pull_requests/show.html.erb
hubstats-0.5.9 app/views/hubstats/pull_requests/show.html.erb
hubstats-0.5.7 app/views/hubstats/pull_requests/show.html.erb
hubstats-0.5.6 app/views/hubstats/pull_requests/show.html.erb
hubstats-0.5.5 app/views/hubstats/pull_requests/show.html.erb