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

_branch_filter.html.haml « mirrors « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9db9898d496fca6f993f99a1cb8a9b618eed2c7 (plain)
1
2
3
4
5
6
.form-check.gl-mb-3
  = check_box_tag :only_protected_branches, '1', false, class: 'js-mirror-protected form-check-input'
  = label_tag :only_protected_branches, _('Mirror only protected branches'), class: 'form-check-label'
  .form-text.text-muted
    = _('If enabled, only protected branches will be mirrored.')
    = link_to _('Learn more.'), help_page_path('user/project/repository/mirror/index.md', anchor: 'mirror-only-protected-branches'), target: '_blank', rel: 'noopener noreferrer'