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

_git_access_protocols.html.haml « settings « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6d32cae76029a5c8d6c8767f46779d18beb320b (plain)
1
2
3
4
5
6
7
- if group.root?
  .form-group
    = f.label _('Enabled Git access protocols'), class: 'label-bold'
    = f.select :enabled_git_access_protocol, options_for_select(enabled_git_access_protocol_options_for_group, group.enabled_git_access_protocol), {}, class: 'form-control', disabled: !::Gitlab::CurrentSettings.enabled_git_access_protocol.blank?
    - if !::Gitlab::CurrentSettings.enabled_git_access_protocol.blank?
      .form-text.text-muted
        = _("This setting has been configured at the instance level and cannot be overridden per group")