summaryrefslogtreecommitdiff
path: root/app/Templates/project_layout.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Templates/project_layout.php')
-rw-r--r--app/Templates/project_layout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/project_layout.php b/app/Templates/project_layout.php
index c8cc9236..3af77a09 100644
--- a/app/Templates/project_layout.php
+++ b/app/Templates/project_layout.php
@@ -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&amp;action=show&amp;project_id=<?= $project['id'] ?>"><?= t('Back to the board') ?></a></li>
<li><a href="?controller=project"><?= t('All projects') ?></a></li>