<% subscribe events_path(channels: ["stack.#{@stack.id}"]), '#layout-content' %> <%= render partial: 'shipit/stacks/header', locals: { stack: @stack } %> <% if !@stack.ignore_ci && !@stack.ci_enabled? %> <% end %> <% if @stack.inaccessible? %> <% end %> <% if @stack.locked? %> <% end %> <% if @stack.continuous_delivery_delayed? %> <% end %>

Undeployed Commits

<% if params[:force] %> <%= link_to 'Exit emergency mode', stack_path(@stack) %> <% else %> <%= link_to 'Enable emergency mode', stack_path(@stack, force: 1) %> <% end %>

Previous Deploys