Improve dashboard pagination

This commit is contained in:
Frédéric Guillot
2018-05-09 11:21:57 -07:00
parent cc17cb3207
commit 6ae97d399d
3 changed files with 23 additions and 7 deletions

View File

@@ -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">