Sha256: 8e1a6383cfa77606a2164a6c2a76ec584e648d2b5875b619fff9d4c1fc658387

Contents?: true

Size: 332 Bytes

Versions: 28

Compression:

Stored size: 332 Bytes

Contents

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

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

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
shipit-engine-0.17.0 app/views/shipit/deploys/show.html.erb
shipit-engine-0.16.0 app/views/shipit/deploys/show.html.erb
shipit-engine-0.15.0 app/views/shipit/deploys/show.html.erb
shipit-engine-0.14.0 app/views/shipit/deploys/show.html.erb
shipit-engine-0.13.0 app/views/shipit/deploys/show.html.erb
shipit-engine-0.12.1 app/views/shipit/deploys/show.html.erb
shipit-engine-0.12.0 app/views/shipit/deploys/show.html.erb
shipit-engine-0.11.0 app/views/shipit/deploys/show.html.erb