Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2016-12-30 20:30:25 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-01-19 00:19:35 +0300
commit9f0d794513d2ce1c990e61f4d21efe1dcad845fd (patch)
tree7a7b11f5ce6b42977855ef25fa87aec1a272a244 /app/views/projects/settings
parent61b6643eae98640a7ea73152f0e8b1cde6e27386 (diff)
Moved the webhooks and services gear options to a single one called integrations
Diffstat (limited to 'app/views/projects/settings')
-rw-r--r--app/views/projects/settings/integrations/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/settings/integrations/show.html.haml b/app/views/projects/settings/integrations/show.html.haml
new file mode 100644
index 00000000000..aa38a889cdd
--- /dev/null
+++ b/app/views/projects/settings/integrations/show.html.haml
@@ -0,0 +1,3 @@
+- page_title 'Integrations'
+= render 'projects/hooks/index'
+= render 'projects/services/index'