11 lines
465 B
Text
11 lines
465 B
Text
- breadcrumb_title "Repository Settings"
|
|
- page_title "Repository"
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
|
|
|
-# 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 @deploy_keys
|