summaryrefslogtreecommitdiff
path: root/app/views/projects/settings/repository/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/settings/repository/show.html.haml')
-rw-r--r--app/views/projects/settings/repository/show.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/projects/settings/repository/show.html.haml b/app/views/projects/settings/repository/show.html.haml
new file mode 100644
index 00000000000..4c02302e161
--- /dev/null
+++ b/app/views/projects/settings/repository/show.html.haml
@@ -0,0 +1,5 @@
+- page_title "Repository"
+= render "projects/settings/head"
+
+= render @deploy_keys
+= render "projects/protected_branches/index"