From 00e5a4c5b40610ec849567d30f88e3ab8d0720fb Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 6 Jan 2016 21:46:31 -0500 Subject: Move Github Webhook to external plugin See: https://github.com/kanboard/plugin-github-webhook --- app/Template/project/integrations.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'app/Template') diff --git a/app/Template/project/integrations.php b/app/Template/project/integrations.php index c4d9385b..6a149dbe 100644 --- a/app/Template/project/integrations.php +++ b/app/Template/project/integrations.php @@ -5,13 +5,7 @@
form->csrf() ?> - hook->render('template:project:integrations', array('values' => $values)) ?> - -

 

-
-
-

url->doc(t('Help on Github webhooks'), 'github-webhooks') ?>

-
+ hook->render('template:project:integrations', array('project' => $project, 'values' => $values, 'webhook_token' => $webhook_token)) ?>

 

-- cgit v1.2.3