debian-mirror-gitlab/app/views/groups/settings/repository/show.html.haml

10 lines
439 B
Text
Raw Normal View History

2020-04-25 10:58:03 +05:30
- breadcrumb_title _('Repository Settings')
- page_title _('Repository')
2021-04-17 20:07:23 +05:30
- enable_search_settings locals: { container_class: 'gl-my-5' }
2020-05-24 23:13:21 +05:30
- deploy_token_description = s_('DeployTokens|Group deploy tokens allow access to the packages, repositories, and registry images within the group.')
2020-04-25 10:58:03 +05:30
= render "shared/deploy_tokens/index", group_or_project: @group, description: deploy_token_description
2021-01-29 00:20:46 +05:30
= render "initial_branch_name", group: @group