summaryrefslogtreecommitdiffstats
path: root/client/components/cards/subtasks.jade
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-01-03 17:02:27 +0200
committerLauri Ojansivu <x@xet7.org>2020-01-03 17:02:27 +0200
commitcd253522a305523e3e36bb73313e8c4db500a717 (patch)
tree5e75a8edac11f75a4b708f41243f6031242b2326 /client/components/cards/subtasks.jade
parentcc70773fd5b2b0a9975689043a763492128035ae (diff)
downloadwekan-cd253522a305523e3e36bb73313e8c4db500a717.tar.gz
wekan-cd253522a305523e3e36bb73313e8c4db500a717.tar.bz2
wekan-cd253522a305523e3e36bb73313e8c4db500a717.zip
Add more Font Awesome icons. This was originally added
at Wekan v3.58, removed at Wekan v3.60, and now added back at Wekan v3.61. Thanks to xet7 !
Diffstat (limited to 'client/components/cards/subtasks.jade')
-rw-r--r--client/components/cards/subtasks.jade4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/components/cards/subtasks.jade b/client/components/cards/subtasks.jade
index 7e64e23f..df35bed3 100644
--- a/client/components/cards/subtasks.jade
+++ b/client/components/cards/subtasks.jade
@@ -1,5 +1,7 @@
template(name="subtasks")
- h3 {{_ 'subtasks'}}
+ h3
+ i.fa.fa-sitemap
+ | {{_ 'subtasks'}}
if toggleDeleteDialog.get
.board-overlay#card-details-overlay
+subtaskDeleteDialog(subtask = subtaskToDelete)