summaryrefslogtreecommitdiffstats
path: root/client/components/rules/ruleDetails.jade
diff options
context:
space:
mode:
authorAngelo Gallarello <angelo.gallarell@gmail.com>2018-09-12 00:52:29 +0200
committerAngelo Gallarello <angelo.gallarell@gmail.com>2018-09-12 00:52:29 +0200
commit34b37116cf8c618a4ea12b13d969c24654f4248b (patch)
tree287193373538fb0c0e6e7d634a21c6e5f85b3811 /client/components/rules/ruleDetails.jade
parent1f5f429fc4535d251d32335eea7e44904a924650 (diff)
downloadwekan-34b37116cf8c618a4ea12b13d969c24654f4248b.tar.gz
wekan-34b37116cf8c618a4ea12b13d969c24654f4248b.tar.bz2
wekan-34b37116cf8c618a4ea12b13d969c24654f4248b.zip
Fixed rule allows
Diffstat (limited to 'client/components/rules/ruleDetails.jade')
-rw-r--r--client/components/rules/ruleDetails.jade8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/components/rules/ruleDetails.jade b/client/components/rules/ruleDetails.jade
new file mode 100644
index 00000000..9314151d
--- /dev/null
+++ b/client/components/rules/ruleDetails.jade
@@ -0,0 +1,8 @@
+template(name="ruleDetails")
+ .rules
+ h2
+ i.fa.fa-magic
+ | {{{_ 'r-rule-details' }}}
+
+ | trigger
+ | action \ No newline at end of file