mirror of
https://github.com/wekan/wekan.git
synced 2026-02-02 22:51:47 +01:00
Fix Bug: Rules view translation not is not shown correctly.
Thanks to cactus7as and xet7 ! Fixes #6117
This commit is contained in:
parent
9c2f782f84
commit
f73eab23f9
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ template(name="rulesTriggers")
|
|||
li.js-set-card-triggers
|
||||
i.fa.fa-file-text-o
|
||||
li.js-set-checklist-triggers
|
||||
i.fa.fa-check .triggers-main-body
|
||||
i.fa.fa-check
|
||||
.triggers-main-body
|
||||
if showBoardTrigger.get
|
||||
+boardTriggers
|
||||
else if showCardTrigger.get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue