Make dashboard section title clickable

This commit is contained in:
Frederic Guillot
2016-01-20 22:54:42 -05:00
parent 6df53e54da
commit f3e5fdb137
7 changed files with 11 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<div class="page-header">
<h2><?= t('My tasks') ?> (<?= $paginator->getTotal() ?>)</h2>
<h2><?= $this->url->link(t('My tasks'), 'app', 'tasks', array('user_id' => $user['id'])) ?> (<?= $paginator->getTotal() ?>)</h2>
</div>
<?php if ($paginator->isEmpty()): ?>
<p class="alert"><?= t('There is nothing assigned to you.') ?></p>