mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix hiddenSystemMessages
This commit is contained in:
parent
e55d7e4f72
commit
be00465e67
3 changed files with 18 additions and 7 deletions
|
|
@ -182,7 +182,12 @@ template(name="cardDetails")
|
|||
if currentUser.isBoardMember
|
||||
+commentForm
|
||||
if isLoaded.get
|
||||
+activities(card=this mode="card")
|
||||
if isLinkedCard
|
||||
+activities(card=this mode="linkedcard")
|
||||
else if isLinkedBoard
|
||||
+activities(card=this mode="linkedboard")
|
||||
else
|
||||
+activities(card=this mode="card")
|
||||
|
||||
template(name="editCardTitleForm")
|
||||
textarea.js-edit-card-title(rows='1' autofocus)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue