From 9b9d823f30f7f7744f412df8ca4c52d7be3c9977 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 29 Jan 2016 23:59:58 -0500 Subject: Move Gitlab and Github authentication to external plugins --- app/Template/config/integrations.php | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'app/Template/config') diff --git a/app/Template/config/integrations.php b/app/Template/config/integrations.php index ef490cdf..ced051f7 100644 --- a/app/Template/config/integrations.php +++ b/app/Template/config/integrations.php @@ -6,18 +6,6 @@ form->csrf() ?> hook->render('template:config:integrations', array('values' => $values)) ?> -

-
-
-

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

-
- -

 

-
-
-

url->doc(t('Help on Gitlab authentication'), 'gitlab-authentication') ?>

-
-

 

form->checkbox('integration_gravatar', t('Enable Gravatar images'), 1, $values['integration_gravatar'] == 1) ?> -- cgit v1.2.3