debian-mirror-gitlab/app/views/groups/settings/repository/show.html.haml
2021-01-29 00:20:46 +05:30

7 lines
374 B
Text

- breadcrumb_title _('Repository Settings')
- page_title _('Repository')
- 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 "initial_branch_name", group: @group