summaryrefslogtreecommitdiff
path: root/app/views/groups/settings/repository/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/settings/repository/show.html.haml')
-rw-r--r--app/views/groups/settings/repository/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/groups/settings/repository/show.html.haml b/app/views/groups/settings/repository/show.html.haml
index a15652b3179..c6bf2d66683 100644
--- a/app/views/groups/settings/repository/show.html.haml
+++ b/app/views/groups/settings/repository/show.html.haml
@@ -8,5 +8,7 @@
= render "shared/deploy_tokens/index", group_or_project: @group, description: deploy_token_description
= render "default_branch", group: @group
+= render_if_exists "protected_branches/protected_branches", protected_branch_entity: @group
+
- if can?(current_user, :change_push_rules, @group)
= render "push_rules"