summaryrefslogtreecommitdiff
path: root/app/Template/subtask/icons.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/subtask/icons.php')
-rw-r--r--app/Template/subtask/icons.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Template/subtask/icons.php b/app/Template/subtask/icons.php
new file mode 100644
index 00000000..1f31d51f
--- /dev/null
+++ b/app/Template/subtask/icons.php
@@ -0,0 +1,7 @@
+<?php if ($subtask['status'] == 0): ?>
+ <i class="fa fa-square-o fa-fw"></i>
+<?php elseif ($subtask['status'] == 1): ?>
+ <i class="fa fa-gears fa-fw"></i>
+<?php else: ?>
+ <i class="fa fa-check-square-o fa-fw"></i>
+<?php endif ?> \ No newline at end of file