Add support for Github Issue Webhooks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<section id="main">
|
||||
<div class="page-header">
|
||||
<h2><?= t('Project "%s"', $project['name']) ?></h2>
|
||||
<h2><?= t('Project "%s"', $project['name']) ?> (#<?= $project['id'] ?>)</h2>
|
||||
<ul>
|
||||
<li><a href="?controller=board&action=show&project_id=<?= $project['id'] ?>"><?= t('Back to the board') ?></a></li>
|
||||
<li><a href="?controller=project"><?= t('All projects') ?></a></li>
|
||||
|
||||
Reference in New Issue
Block a user