summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/_stop.html.haml
blob: 6ed6aee141b12aa6cbddcf191316ed87db4ed217 (plain)
1
2
3
4
5
- if environment.available? && environment.stoppable?
  .inline
    = link_to stop_namespace_project_environment_path(@project.namespace, @project, environment), method: :post,
      class: 'btn close-env-link', rel: 'nofollow', data: { confirm: 'Are you sure you want to close this environment?' } do
      = icon('stop', class: 'close-env-icon')