summaryrefslogtreecommitdiff
path: root/app/controllers/projects/settings/integrations_controller.rb
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2017-04-28 14:06:03 +0000
committerDouwe Maan <douwe@gitlab.com>2017-04-28 14:06:03 +0000
commit3155f5a2723403aa36432a2e95e1dd30c78cfb94 (patch)
tree1318ad35f424d20a0b1fa59f4440f373aded94a1 /app/controllers/projects/settings/integrations_controller.rb
parente57545351b22f7d31839c4fc2f4bb760ef0e75a4 (diff)
downloadgitlab-ce-3155f5a2723403aa36432a2e95e1dd30c78cfb94.tar.gz
Accept default branch param on notifaction services
Diffstat (limited to 'app/controllers/projects/settings/integrations_controller.rb')
-rw-r--r--app/controllers/projects/settings/integrations_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/settings/integrations_controller.rb b/app/controllers/projects/settings/integrations_controller.rb
index fb2a4837735..1ff08cce8cb 100644
--- a/app/controllers/projects/settings/integrations_controller.rb
+++ b/app/controllers/projects/settings/integrations_controller.rb
@@ -5,7 +5,7 @@ module Projects
before_action :authorize_admin_project!
layout "project_settings"
-
+
def show
@hooks = @project.hooks
@hook = ProjectHook.new