diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-30 21:58:16 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-30 21:58:16 -0400 |
commit | 8d9b87bb6ee084d2ee71e8ca17cf2537dba87d7f (patch) | |
tree | de51fb030f43c88f4de08a907a9a3971a2dedd23 /app/Template/task/activity.php | |
parent | 6d80f0b466c2be6f2127f6e6124c3d4e21be38d3 (diff) |
Avoid code duplication in pull-request #746
Diffstat (limited to 'app/Template/task/activity.php')
-rw-r--r-- | app/Template/task/activity.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Template/task/activity.php b/app/Template/task/activity.php new file mode 100644 index 00000000..cc4aad03 --- /dev/null +++ b/app/Template/task/activity.php @@ -0,0 +1,5 @@ +<div class="page-header"> + <h2><?= t('Activity stream') ?></h2> +</div> + +<?= $this->render('event/events', array('events' => $events)) ?>
\ No newline at end of file |