summaryrefslogtreecommitdiff
path: root/app/Template/project
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-03-29 13:51:51 -0400
committerFrederic Guillot <fred@kanboard.net>2015-03-29 13:51:51 -0400
commit7cbae61dbddefb98f1c5b412d8d72bf5ad883ac9 (patch)
tree52b93d5d6b44746b378e458978ffefb65a5a17a3 /app/Template/project
parent5536f6c6ce591ba05a169d2e33b6fb240378d8a4 (diff)
Add Hipchat integration
Diffstat (limited to 'app/Template/project')
-rw-r--r--app/Template/project/integrations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project/integrations.php b/app/Template/project/integrations.php
index 194bd672..4f6553ad 100644
--- a/app/Template/project/integrations.php
+++ b/app/Template/project/integrations.php
@@ -8,7 +8,7 @@
<p class="form-help"><a href="http://kanboard.net/documentation/github-webhooks" target="_blank"><?= t('Help on Github webhooks') ?></a></p>
</div>
-<h3><i class="fa fa-git fa-fw"></i>&nbsp;<?= t('Gitlab webhooks') ?></h3>
+<h3><img src="assets/img/gitlab-icon.png"/>&nbsp;<?= t('Gitlab webhooks') ?></h3>
<div class="listing">
<input type="text" class="auto-select" readonly="readonly" value="<?= $this->getCurrentBaseUrl().$this->u('webhook', 'gitlab', array('token' => $webhook_token, 'project_id' => $project['id'])) ?>"/><br/>
<p class="form-help"><a href="http://kanboard.net/documentation/gitlab-webhooks" target="_blank"><?= t('Help on Gitlab webhooks') ?></a></p>