Add popped to event summary
This commit is contained in:
@@ -25,6 +25,8 @@ class EventSummary < ApplicationRecord
|
||||
"Unassigned from #{event.assignees.pluck(:name).to_sentence} #{time_ago_in_words(event.created_at)} ago."
|
||||
when "staged"
|
||||
"#{event.creator.name} moved this to '#{event.stage_name}'."
|
||||
when "popped"
|
||||
"Popped by #{ event.creator.name }"
|
||||
when "unstaged"
|
||||
"#{event.creator.name} removed this from '#{event.stage_name}'."
|
||||
when "due_date_added"
|
||||
|
||||
Reference in New Issue
Block a user