summaryrefslogtreecommitdiff
path: root/app/Template/project_header/dropdown.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-01-08 12:23:25 -0500
committerFrederic Guillot <fred@kanboard.net>2017-01-08 12:23:25 -0500
commitea2cbb76d5d48ef8d2601fc33edc55c15929b963 (patch)
tree493e8b852b291b626484eea3d967cb2cf8611dd8 /app/Template/project_header/dropdown.php
parente377f450ad9a97ae9031d852e9195b9092d3e9db (diff)
Open project activities in modal box
Diffstat (limited to 'app/Template/project_header/dropdown.php')
-rw-r--r--app/Template/project_header/dropdown.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project_header/dropdown.php b/app/Template/project_header/dropdown.php
index 3f11838d..27a13ac9 100644
--- a/app/Template/project_header/dropdown.php
+++ b/app/Template/project_header/dropdown.php
@@ -27,7 +27,7 @@
<?php endif ?>
<li>
- <?= $this->url->icon('dashboard', t('Activity'), 'ActivityController', 'project', array('project_id' => $project['id'])) ?>
+ <?= $this->modal->medium('dashboard', t('Activity'), 'ActivityController', 'project', array('project_id' => $project['id'])) ?>
</li>
<?php if ($this->user->hasProjectAccess('CustomFilterController', 'index', $project['id'])): ?>