mirror of
https://github.com/wekan/wekan.git
synced 2026-01-27 11:46:10 +01:00
HTML is not needed in Rules translations, so disabled it.
Thanks to jrsuplee and xet7 !
This commit is contained in:
parent
4396d7cfd5
commit
a2894bf0cb
7 changed files with 58 additions and 63 deletions
|
|
@ -1,7 +1,7 @@
|
|||
template(name="rulesActions")
|
||||
h2
|
||||
i.fa.fa-magic
|
||||
| {{{_ 'r-rule' }}} "#{data.ruleName.get}" - {{{_ 'r-add-action'}}}
|
||||
| {{_ 'r-rule' }} "#{data.ruleName.get}" - {{_ 'r-add-action'}}
|
||||
.triggers-content
|
||||
.triggers-body
|
||||
.triggers-side-menu
|
||||
|
|
@ -26,4 +26,4 @@ template(name="rulesActions")
|
|||
div.rules-back
|
||||
button.js-goback
|
||||
i.fa.fa-chevron-left
|
||||
| {{{_ 'back'}}}
|
||||
| {{_ 'back'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue