Create system comments on events
This commit is contained in:
@@ -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…"
|
||||
|
||||
Reference in New Issue
Block a user