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