_auto_devops_callout.html.haml 872 Bytes
Newer Older
1
.user-callout{ data: { uid: 'auto_devops_settings_dismissed' } }
2 3
  .bordered-box.landing.content-block
    %button.btn.btn-default.close.js-close-callout{ type: 'button',
4
      'aria-label' => 'Dismiss Auto DevOps box' }
5 6 7 8 9
      = icon('times', class: 'dismiss-icon', 'aria-hidden' => 'true')
    .svg-container
      = custom_icon('icon_autodevops')
    .user-callout-copy
      %h4
10
        Auto DevOps (Beta)
11
      %p
12
        Auto DevOps can be activated for this project. It will automatically build, test, and deploy your application based on a predefined CI/CD configuration.
13 14
      %p
        Learn more in the
15
        = link_to 'Auto DevOps documentation', help_page_path('topics/autodevops/index.md'), target: '_blank', rel: 'noopener noreferrer'
16 17

      = link_to 'Enable in settings', project_settings_ci_cd_path(@project), class: 'btn btn-primary js-close-callout'