summaryrefslogtreecommitdiff
path: root/app/views/groups/settings/repository/show.html.haml
blob: a15652b317914bd1aca8e23daca1cb956e83435c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- breadcrumb_title _('Repository Settings')
- page_title _('Repository')
- @content_class = "limit-container-width" unless fluid_layout

- if can?(current_user, :admin_group, @group)
  - deploy_token_description = s_('DeployTokens|Group deploy tokens allow access to the packages, repositories, and registry images within the group.')

  = render "shared/deploy_tokens/index", group_or_project: @group, description: deploy_token_description
  = render "default_branch", group: @group

- if can?(current_user, :change_push_rules, @group)
  = render "push_rules"