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

show.html.haml « repository « settings « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 072c8c4d8213c2adf2c21c305f88e13bb1a6e969 (plain)
1
2
3
4
5
6
7
- 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 "default_branch", group: @group