2018-06-14 04:40:56 -04:00
|
|
|
- breadcrumb_title _("Repository Settings")
|
|
|
|
- page_title _("Repository")
|
2017-06-07 04:11:44 -04:00
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
2017-07-07 11:04:23 -04:00
|
|
|
|
2018-08-25 11:32:59 -04:00
|
|
|
= render "projects/default_branch/show"
|
2018-05-03 10:19:21 -04:00
|
|
|
= render "projects/mirrors/show"
|
|
|
|
|
2017-07-07 10:51:13 -04:00
|
|
|
-# 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-01-23 19:28:40 -05:00
|
|
|
= render "projects/protected_branches/index"
|
2017-03-20 09:11:19 -04:00
|
|
|
= render "projects/protected_tags/index"
|
2017-06-07 04:11:44 -04:00
|
|
|
= render @deploy_keys
|
2018-03-19 12:11:12 -04:00
|
|
|
= render "projects/deploy_tokens/index"
|