summaryrefslogtreecommitdiff
path: root/app/Template/project/integrations.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/project/integrations.php')
-rw-r--r--app/Template/project/integrations.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/Template/project/integrations.php b/app/Template/project/integrations.php
deleted file mode 100644
index 54720c69..00000000
--- a/app/Template/project/integrations.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<div class="page-header">
- <h2><?= t('Integration with third-party services') ?></h2>
-</div>
-
-<form method="post" action="<?= $this->url->href('project', 'integrations', array('project_id' => $project['id'])) ?>" autocomplete="off">
- <?= $this->form->csrf() ?>
-
- <?php $integrations = $this->hook->render('template:project:integrations', array('project' => $project, 'values' => $values, 'webhook_token' => $webhook_token)) ?>
-
- <?php if (empty($integrations)): ?>
- <p class="alert"><?= t('There is no integration registered at the moment.') ?></p>
- <?php else: ?>
- <?= $integrations ?>
- <?php endif ?>
-</form> \ No newline at end of file