No need to escape everything

This commit is contained in:
Jorge Manrubia
2025-10-29 15:05:09 +01:00
parent 82fc978b16
commit e2284547e7
+1 -1
View File
@@ -62,7 +62,7 @@ module EventsHelper
end
def event_creator_name(event)
h(event.creator == Current.user ? "You" : event.creator.name)
event.creator == Current.user ? "You" : h(event.creator.name)
end
def card_event_action_sentence(event)