summaryrefslogtreecommitdiff
path: root/app/Templates/project_activity.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-09-10 16:21:47 +0200
committerFrédéric Guillot <fred@kanboard.net>2014-09-10 16:21:47 +0200
commit28ff8dad91c9e3c25f6a3b5398ae15f2a1ef95cd (patch)
tree0cecc5cbb6e7e6795dd032cc6a5703cd88b8770e /app/Templates/project_activity.php
parent9bde377bbe85617dde280af985e033cf7de61803 (diff)
Add subtasks and comments history
Diffstat (limited to 'app/Templates/project_activity.php')
-rw-r--r--app/Templates/project_activity.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Templates/project_activity.php b/app/Templates/project_activity.php
index 7886cfa4..b79d97f9 100644
--- a/app/Templates/project_activity.php
+++ b/app/Templates/project_activity.php
@@ -17,6 +17,10 @@
<p class="activity-datetime">
<?php if ($event['event_type'] === 'task'): ?>
<i class="fa fa-newspaper-o"></i>
+ <?php elseif ($event['event_type'] === 'subtask'): ?>
+ <i class="fa fa-tasks"></i>
+ <?php elseif ($event['event_type'] === 'comment'): ?>
+ <i class="fa fa-comments-o"></i>
<?php endif ?>
&nbsp;<?= dt('%B %e, %Y at %k:%M %p', $event['date_creation']) ?>
</p>