Sha256: 6d59fcb32f1a5c6ef6fa036af26b62dea16ff46c64abc9b94638ddfe5ad16fa3

Contents?: true

Size: 783 Bytes

Versions: 3

Compression:

Stored size: 783 Bytes

Contents

<div class="row single-deploy">
  
  <div class="deploy-info col-lg-9 col-md-9 col-sm-9 col-xs-8">
    <h4>
      <%= deploy.git_revision %> 
    </h4>
    by <%= link_to deploy.deployed_by, user_path(deploy.deployed_by) %>
    <%= "#{time_ago_in_words(deploy.deployed_at)} ago "%>
  </div>

  <div class="col-lg-2 col-md-2 col-sm-2">
    <div class="deploy-right">
      <% deploy.pull_requests.each_with_index do |pull_request, index| %>
        <% if index == deploy.pull_requests.size - 1 %>
          <%= link_to pull_request.number.to_s, pull_request.html_url %>
          <span class="octicon octicon-mark-github"></span>
        <% else %>
          <%= link_to pull_request.number.to_s, pull_request.html_url %>,
        <% end %>
      <% end %>
    </div>
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hubstats-0.3.4 app/views/hubstats/partials/_deploy-condensed.html.erb
hubstats-0.3.3 app/views/hubstats/partials/_deploy-condensed.html.erb
hubstats-0.3.2 app/views/hubstats/partials/_deploy-condensed.html.erb