Sha256: 823c7db4fcad1b2d1bda530c463f59e64b5e35fb6aab889facc02d52dc02ba41
Contents?: true
Size: 650 Bytes
Versions: 6
Compression:
Stored size: 650 Bytes
Contents
<%= render partial: 'shipit/stacks/header', locals: { stack: @stack } %> <div class="wrapper"> <section> <header class="section-header"> <p><%= @task.definition.description %></p> </header> </section> <section> <pre class="nowrap code-preview"><code><%= @task.definition.steps.join("\n") %></code></pre> </section> <%= render_checklist @task.checklist %> <section class="submit-section"> <%= form_for @task, url: stack_tasks_path(@stack, definition_id: @task.definition.id) do |f| %> <%= f.submit @task.definition.action, :class => ['btn', 'primary', 'trigger-deploy'] %> <% end %> </section> </div>
Version data entries
6 entries across 6 versions & 1 rubygems