diff options
author | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2017-04-28 14:06:03 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-04-28 14:06:03 +0000 |
commit | 3155f5a2723403aa36432a2e95e1dd30c78cfb94 (patch) | |
tree | 1318ad35f424d20a0b1fa59f4440f373aded94a1 /app/controllers/projects/settings | |
parent | e57545351b22f7d31839c4fc2f4bb760ef0e75a4 (diff) | |
download | gitlab-ce-3155f5a2723403aa36432a2e95e1dd30c78cfb94.tar.gz |
Accept default branch param on notifaction services
Diffstat (limited to 'app/controllers/projects/settings')
-rw-r--r-- | app/controllers/projects/settings/integrations_controller.rb | 2 |
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 |