Create system comments on events

This commit is contained in:
Jorge Manrubia
2025-04-29 20:30:05 +02:00
parent e03f1f7f9b
commit 4ff55df2e0
6 changed files with 79 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module CommentsHelper
def new_comment_placeholder(card)
if card.creator == Current.user && card.messages.comments.empty?
if card.creator == Current.user && card.comments.empty?
"Next, add some notes, context, pictures, or video about this…"
else
"Type your comment…"