Sha256: ca607250dc1d96bc3928a59be5221974ad1b33feee796d383a4b89def2824d68

Contents?: true

Size: 973 Bytes

Versions: 12

Compression:

Stored size: 973 Bytes

Contents

<% subscribe events_path(channels: ["stack.#{@stack.id}"]), '#layout-content' %>

<%= render partial: 'shipit/stacks/header', locals: {stack: @stack} %>
<%= render partial: 'shipit/stacks/banners', locals: {stack: @stack} %>

<div class="wrapper">
  <section>
    <header class="section-header">
      <h2>Undeployed Commits</h2>

      <div class="commit-list-actions">
        <% if params[:force] %>
          <%= link_to 'Exit emergency mode', stack_path(@stack) %>
        <% else %>
          <%= link_to 'Enable emergency mode', stack_path(@stack, force: 1) %>
        <% end %>
      </div>
    </header>
    <ul class="commit-list">
      <%= render partial: 'shipit/commits/commit', collection: @commits %>
    </ul>
  </section>

  <% cache @stack do %>
    <section>
      <header class="section-header">
        <h2>Previous Deploys</h2>
      </header>
      <ul class="commit-list">
        <%= render @tasks %>
      </ul>
    </section>
  <% end %>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
shipit-engine-0.27.0 app/views/shipit/stacks/show.html.erb
shipit-engine-0.26.0 app/views/shipit/stacks/show.html.erb
shipit-engine-0.25.1 app/views/shipit/stacks/show.html.erb
shipit-engine-0.25.0 app/views/shipit/stacks/show.html.erb
shipit-engine-0.24.0 app/views/shipit/stacks/show.html.erb
shipit-engine-0.23.1 app/views/shipit/stacks/show.html.erb
shipit-engine-0.23.0 app/views/shipit/stacks/show.html.erb
shipit-engine-0.22.0 app/views/shipit/stacks/show.html.erb
shipit-engine-0.21.0 app/views/shipit/stacks/show.html.erb
shipit-engine-0.20.1 app/views/shipit/stacks/show.html.erb
shipit-engine-0.20.0 app/views/shipit/stacks/show.html.erb
shipit-engine-0.19.0 app/views/shipit/stacks/show.html.erb