summaryrefslogtreecommitdiff
path: root/app/views/projects/settings/repository/show.html.haml
blob: f57590a908ff66dd5cbafa726f2d09fa0c50a349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- 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
= render "projects/deploy_tokens/index"