diff options
author | Pierre-Alexis de Solminihac <pa@solminihac.fr> | 2015-09-01 19:03:06 +0200 |
---|---|---|
committer | Pierre-Alexis de Solminihac <pa@solminihac.fr> | 2015-09-01 19:03:06 +0200 |
commit | a6f6790d085d3477b9e7f1ba20abd4a051439d2d (patch) | |
tree | af9cd683793f84f40545e63c3238d666a1ac17d7 | |
parent | d96d60e520a07f58fc70dcfe0ab68b58368282d6 (diff) |
fix(integration): restore missing gitlab auth links
-rw-r--r-- | app/Template/user/external.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/user/external.php b/app/Template/user/external.php index 9ef0b4d1..7a42f38e 100644 --- a/app/Template/user/external.php +++ b/app/Template/user/external.php @@ -34,7 +34,7 @@ </p> <?php endif ?> -<?php if (GITHUB_AUTH): ?> +<?php if (GITLAB_AUTH): ?> <h3><img src="<?= $this->url->dir() ?>assets/img/gitlab-icon.png"/> <?= t('Gitlab Account') ?></h3> <p class="listing"> |