2018-03-17 18:26:18 +05:30
|
|
|
- breadcrumb_title "Repository Settings"
|
2017-08-17 22:00:37 +05:30
|
|
|
- page_title "Repository"
|
2017-09-10 17:25:29 +05:30
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
|
|
|
|
2018-10-15 14:42:47 +05:30
|
|
|
= render "projects/mirrors/show"
|
|
|
|
|
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.
|
2017-08-17 22:00:37 +05:30
|
|
|
= render "projects/protected_branches/index"
|
|
|
|
= render "projects/protected_tags/index"
|
2017-09-10 17:25:29 +05:30
|
|
|
= render @deploy_keys
|
2018-05-09 12:01:36 +05:30
|
|
|
= render "projects/deploy_tokens/index"
|