Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_pin_button.html.haml « environments « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec3e7e20365aecbee9ed991761c9b87c082d39b9 (plain)
1
2
3
- if environment.auto_stop_at? && environment.available?
  = button_to cancel_auto_stop_project_environment_path(environment.project, environment), class: 'gl-button btn btn-secondary has-tooltip', title: _('Prevent environment from auto-stopping') do
    = sprite_icon('thumbtack')