5 lines
374 B
Text
5 lines
374 B
Text
- if can?(current_user, :create_deployment, environment) && environment.stoppable?
|
|
.inline
|
|
= link_to stop_namespace_project_environment_path(@project.namespace, @project, environment), method: :post,
|
|
class: 'btn stop-env-link', rel: 'nofollow', data: { confirm: 'Are you sure you want to stop this environment?' } do
|
|
= icon('stop', class: 'stop-env-icon')
|