提交 847fd2a5 编写于 作者: F 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
= 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册