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

20 lines
894 B
Text
Raw Normal View History

2018-11-08 19:23:39 +05:30
- breadcrumb_title _("Repository Settings")
- page_title _("Repository")
2017-09-10 17:25:29 +05:30
- @content_class = "limit-container-width" unless fluid_layout
2020-04-25 10:58:03 +05:30
- deploy_token_description = s_('DeployTokens|Deploy tokens allow access to your repository and registry images.')
2017-09-10 17:25:29 +05:30
2018-11-20 20:47:30 +05:30
= render "projects/default_branch/show"
2019-09-04 21:01:54 +05:30
= render_if_exists "projects/push_rules/index"
2019-02-15 15:39:39 +05:30
= render "projects/mirrors/mirror_repos"
2018-10-15 14:42:47 +05:30
2017-09-10 17:25:29 +05:30
-# Protected branches & tags use a lot of nested partials.
-# The shared parts of the views can be found in the `shared` directory.
-# Those are used throughout the actual views. These `shared` views are then
-# reused in EE.
2019-09-04 21:01:54 +05:30
= render "projects/settings/repository/protected_branches"
2020-04-25 10:58:03 +05:30
= render "shared/deploy_tokens/index", group_or_project: @project, description: deploy_token_description
2020-05-05 14:28:15 +05:30
= render @deploy_keys
2019-02-15 15:39:39 +05:30
= render "projects/cleanup/show"
2019-09-04 21:01:54 +05:30
= render_if_exists 'shared/promotions/promote_repository_features'