mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Add comments only in activity feed
This commit is contained in:
parent
415343bbd0
commit
b503ba1144
6 changed files with 70 additions and 3 deletions
|
|
@ -85,7 +85,12 @@ template(name="cardDetails")
|
|||
+attachmentsGalery
|
||||
|
||||
hr
|
||||
h2 {{ _ 'activity'}}
|
||||
.activity-title
|
||||
h2 {{ _ 'activity'}}
|
||||
.material-toggle-switch
|
||||
span.toggle-switch-title {{_ 'hide-system-messages'}}
|
||||
input.toggle-switch(type="checkbox" id="toggleButton")
|
||||
label.toggle-label(for="toggleButton")
|
||||
if currentUser.isBoardMember
|
||||
+commentForm
|
||||
if isLoaded.get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue