Sha256: 16997e9ae6c1cf7f88513ef009dee0a36e8c8ce2db9b982c9e2328d3510187d3

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 KB

Contents

header.content-header.js-content-header
  h1 = t('fae.deploy.page.heading')

== render 'flash_messages'

main.content
  - if @deploy_hooks.present?
    - @deploy_hooks.each do |deploy_hook|
      button.button.deploy-button.js-run-deploy data-build-hook-type=deploy_hook.environment href="#" = "#{t('fae.deploy.ctas.deploy')} #{deploy_hook.environment.to_s.titleize}"

section.content
  p = t('fae.deploy.table.deploying_helper').html_safe

section.content#js-deploying-section
  h2.deploying-heading = t('fae.deploy.table.deploying_heading')
  .js-deploys-list.running
    table
      thead
        tr
          th = t('fae.deploy.table.title')
          th = t('fae.deploy.table.deployed')
          th = t('fae.deploy.table.duration')
          th = t('fae.deploy.table.context')
          th = t('fae.deploy.table.error_msg')
      tbody

section.content
  h2 = t('fae.deploy.table.past_heading')
  .js-deploys-list.past
    table
      thead
        tr
          th = t('fae.deploy.table.title')
          th = t('fae.deploy.table.deployed')
          th = t('fae.deploy.table.duration')
          th = t('fae.deploy.table.context')
          th = t('fae.deploy.table.error_msg')
      tbody


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fae-rails-3.0.0 app/views/fae/deploy/index.html.slim
fae-rails-2.2.0 app/views/fae/deploy/index.html.slim