mobilizon/lib/web/templates/email/event_group_follower_notification.text.eex
Thomas Citharel 5c7067b22b
Send notification emails to followers and members when a group publishes
a new event

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-11-10 16:36:32 +01:00

4 lines
219 B
Elixir

<%= gettext "%{group} scheduled a new event:", group: Mobilizon.Actors.Actor.display_name(@group) %>
<%= render("participation/event_card.text", event: @event, timezone: @timezone, locale: @locale, action: "event") %>