summaryrefslogtreecommitdiffstats
path: root/client/components/rules/rulesActions.jade
diff options
context:
space:
mode:
authorAngelo Gallarello <angelo.gallarell@gmail.com>2018-10-07 17:47:01 +0200
committerAngelo Gallarello <angelo.gallarell@gmail.com>2018-10-07 17:47:01 +0200
commitf19948f9936af6656d70ba629d56cbf40de77b2a (patch)
treeea345824cdfe4b1023563d719df17be0c4883a38 /client/components/rules/rulesActions.jade
parentebd884e654c45373dc56a03730a4ce670887ce8b (diff)
downloadwekan-f19948f9936af6656d70ba629d56cbf40de77b2a.tar.gz
wekan-f19948f9936af6656d70ba629d56cbf40de77b2a.tar.bz2
wekan-f19948f9936af6656d70ba629d56cbf40de77b2a.zip
Added back button
Diffstat (limited to 'client/components/rules/rulesActions.jade')
-rw-r--r--client/components/rules/rulesActions.jade6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/components/rules/rulesActions.jade b/client/components/rules/rulesActions.jade
index 8dfceeeb..4bcff769 100644
--- a/client/components/rules/rulesActions.jade
+++ b/client/components/rules/rulesActions.jade
@@ -22,4 +22,8 @@ template(name="rulesActions")
else if ($eq currentActions.get 'checklist')
+checklistActions(ruleName=data.ruleName triggerVar=data.triggerVar)
else if ($eq currentActions.get 'mail')
- +mailActions(ruleName=data.ruleName triggerVar=data.triggerVar) \ No newline at end of file
+ +mailActions(ruleName=data.ruleName triggerVar=data.triggerVar)
+ div.rules-back
+ button.js-goback
+ i.fa.fa-chevron-left
+ | {{{_ 'r-back'}}} \ No newline at end of file