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

_shared_runners_description.html.haml « runners « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c8ddb5d517601458468da639b624d6e43a63320f (plain)
1
2
3
4
5
6
7
8
9
- shared_link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: help_page_path('ci/runners/runners_scope.md', anchor: 'shared-runners') }

%h4
  = _('Shared runners')

.bs-callout{ data: { testid: 'shared-runners-description' } }
  %p= s_('Runners|%{link_start}These runners%{link_end} are available to all groups and projects.').html_safe % { link_start: shared_link_start, link_end: '</a>'.html_safe }
  - if Gitlab::CurrentSettings.shared_runners_text.present?
    = markdown(Gitlab::CurrentSettings.current_application_settings.shared_runners_text)