summaryrefslogtreecommitdiff
path: root/app/Template/dashboard
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-05-09 11:21:57 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-05-09 11:21:57 -0700
commit6ae97d399dc96bd9a0e854bea6d09fa68e078ab5 (patch)
tree63592644f6f1802c62ec2c2f9bc62e2573950049 /app/Template/dashboard
parentcc17cb32071c8fbf3bfa781b98d415638ebb966e (diff)
Improve dashboard pagination
Diffstat (limited to 'app/Template/dashboard')
-rw-r--r--app/Template/dashboard/overview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/dashboard/overview.php b/app/Template/dashboard/overview.php
index e732a387..c0cde10b 100644
--- a/app/Template/dashboard/overview.php
+++ b/app/Template/dashboard/overview.php
@@ -51,7 +51,7 @@
<?php foreach ($overview_paginator as $result): ?>
<?php if (! $result['paginator']->isEmpty()): ?>
<div class="page-header">
- <h2><?= $this->url->link($this->text->e($result['project_name']), 'BoardViewController', 'show', array('project_id' => $result['project_id'])) ?></h2>
+ <h2 id="project-tasks-<?= $result['project_id'] ?>"><?= $this->url->link($this->text->e($result['project_name']), 'BoardViewController', 'show', array('project_id' => $result['project_id'])) ?></h2>
</div>
<div class="table-list">