Sha256: 12cae4e9665586acfa9597971aef0719d5138dee596c1ffa12969e7203db338c

Contents?: true

Size: 367 Bytes

Versions: 21

Compression:

Stored size: 367 Bytes

Contents

<% content_for :task_title do %>
  <% if @deploy.rollback? %>
    rolling back to
  <% else %>
    deploying
  <% end %>
  <span class="short-sha"><%= render_commit_id_link(@deploy.until_commit) %></span>
  <%= timeago_tag(@deploy.created_at, force: true) %> at <%= @deploy.created_at %>
<% end %>

<%= render partial: 'tasks/task_output', locals: {task: @deploy} %>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
shipit-engine-0.5.2 app/views/deploys/show.html.erb
shipit-engine-0.5.1 app/views/deploys/show.html.erb
shipit-engine-0.5.0 app/views/deploys/show.html.erb
shipit-engine-0.4.10 app/views/deploys/show.html.erb
shipit-engine-0.4.9 app/views/deploys/show.html.erb
shipit-engine-0.4.8 app/views/deploys/show.html.erb
shipit-engine-0.4.7 app/views/deploys/show.html.erb
shipit-engine-0.4.6 app/views/deploys/show.html.erb
shipit-engine-0.4.5 app/views/deploys/show.html.erb
shipit-engine-0.4.4 app/views/deploys/show.html.erb
shipit-engine-0.4.3 app/views/deploys/show.html.erb
shipit-engine-0.4.2 app/views/deploys/show.html.erb
shipit-engine-0.4.1 app/views/deploys/show.html.erb
shipit-engine-0.4.0 app/views/deploys/show.html.erb
shipit-engine-0.3.1 app/views/deploys/show.html.erb
shipit-engine-0.3.0 app/views/deploys/show.html.erb
shipit-engine-0.2.3 app/views/deploys/show.html.erb
shipit-engine-0.2.2 app/views/deploys/show.html.erb
shipit-engine-0.2.1 app/views/deploys/show.html.erb
shipit-engine-0.2.0 app/views/deploys/show.html.erb