Sha256: c261f93976b2e1424a1ef49f6a4ebba2650dfd78427121ed7b3d042cc91dfacb

Contents?: true

Size: 418 Bytes

Versions: 10

Compression:

Stored size: 418 Bytes

Contents

<% content_for :task_title do %>
  <% if @deploy.rollback? %>
    <%= @deploy.active? ? "rolling back to" : "rolled back to" %>
  <% else %>
    <%= @deploy.active? ? "deploying" : "deployed" %>
  <% 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

10 entries across 10 versions & 1 rubygems

Version Path
shipit-engine-0.39.0 app/views/shipit/deploys/show.html.erb
shipit-engine-0.38.0 app/views/shipit/deploys/show.html.erb
shipit-engine-0.37.0 app/views/shipit/deploys/show.html.erb
shipit-engine-0.36.1 app/views/shipit/deploys/show.html.erb
shipit-engine-0.36.0 app/views/shipit/deploys/show.html.erb
shipit-engine-0.35.1 app/views/shipit/deploys/show.html.erb
shipit-engine-0.35.0 app/views/shipit/deploys/show.html.erb
shipit-engine-0.34.0 app/views/shipit/deploys/show.html.erb
shipit-engine-0.33.0 app/views/shipit/deploys/show.html.erb
shipit-engine-0.32.0 app/views/shipit/deploys/show.html.erb