Commit 847fd2a5 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '6104-ee-ce-difference' into 'master'

Unified repository/show.html for CE and EE

Closes gitlab-ee#6104

See merge request gitlab-org/gitlab-ce!28868
parents 38319ae7 c56906d5
= render "projects/protected_branches/index"
= render "projects/protected_tags/index"
......@@ -3,14 +3,17 @@
- @content_class = "limit-container-width" unless fluid_layout
= render "projects/default_branch/show"
= render_if_exists "projects/push_rules/index"
= render "projects/mirrors/mirror_repos"
-# 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.
= render "projects/protected_branches/index"
= render "projects/protected_tags/index"
= render "projects/settings/repository/protected_branches"
= render @deploy_keys
= render "projects/deploy_tokens/index"
= render "projects/cleanup/show"
= render_if_exists 'shared/promotions/promote_repository_features'
---
title: Unified EE/CS differences in repository/show.html
merge_request: 13562
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment