Sha256: 6960998c180ea38ae9d84a13c08066df2d59c7da5f0d52ff717abcc5a677facb

Contents?: true

Size: 374 Bytes

Versions: 16

Compression:

Stored size: 374 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: 'shipit/tasks/task_output', locals: {task: @deploy} %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
shipit-engine-0.8.9 app/views/shipit/deploys/show.html.erb
shipit-engine-0.8.8 app/views/shipit/deploys/show.html.erb
shipit-engine-0.8.7 app/views/shipit/deploys/show.html.erb
shipit-engine-0.8.6 app/views/shipit/deploys/show.html.erb
shipit-engine-0.8.5 app/views/shipit/deploys/show.html.erb
shipit-engine-0.8.4 app/views/shipit/deploys/show.html.erb
shipit-engine-0.8.3 app/views/shipit/deploys/show.html.erb
shipit-engine-0.8.2 app/views/shipit/deploys/show.html.erb
shipit-engine-0.8.1 app/views/shipit/deploys/show.html.erb
shipit-engine-0.8.0 app/views/shipit/deploys/show.html.erb
shipit-engine-0.7.0 app/views/shipit/deploys/show.html.erb
shipit-engine-0.6.4 app/views/shipit/deploys/show.html.erb
shipit-engine-0.6.3 app/views/shipit/deploys/show.html.erb
shipit-engine-0.6.2 app/views/shipit/deploys/show.html.erb
shipit-engine-0.6.1 app/views/shipit/deploys/show.html.erb
shipit-engine-0.6.0 app/views/shipit/deploys/show.html.erb