diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-05-09 11:21:57 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-05-09 11:21:57 -0700 |
commit | 6ae97d399dc96bd9a0e854bea6d09fa68e078ab5 (patch) | |
tree | 63592644f6f1802c62ec2c2f9bc62e2573950049 /app/Template/dashboard/overview.php | |
parent | cc17cb32071c8fbf3bfa781b98d415638ebb966e (diff) |
Improve dashboard pagination
Diffstat (limited to 'app/Template/dashboard/overview.php')
-rw-r--r-- | app/Template/dashboard/overview.php | 2 |
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"> |