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

show.html.haml « runners « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72701491c67b723bb81a8f13cf53054f94055791 (plain)
1
2
3
4
5
6
- if Feature.enabled?(:runner_list_group_view_vue_ui, @group, default_enabled: :yaml)
  - add_to_breadcrumbs _('Runners'), group_runners_path(@group)
- else
  - add_to_breadcrumbs _('CI/CD Settings'), group_settings_ci_cd_path(@group)

= render 'shared/runners/runner_details', runner: @runner