summaryrefslogtreecommitdiff
path: root/app/views/projects/_terraform_banner.html.haml
blob: 881e4ccd9df3c2ec2054c45a09028c1d0f39473e (plain)
1
2
3
4
5
- @content_class = "container-limited limit-container-width" unless fluid_layout

- if show_terraform_banner?(project)
  .container-fluid{ class: @content_class }
    .js-terraform-notification{ data: { terraform_image_path: image_path('illustrations/third-party-logos/ci_cd-template-logos/terraform.svg') } }