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