de047c8939
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
11 lines
377 B
Elixir
11 lines
377 B
Elixir
<%= @subject %>
|
|
|
|
==
|
|
|
|
<%= dgettext("activity", "%{profile} has posted an announcement under event %{event}.",
|
|
%{
|
|
profile: Mobilizon.Actors.Actor.display_name_and_username(@activity.author),
|
|
event: @activity.subject_params["event_title"]
|
|
}
|
|
) %>
|
|
<%= Routes.page_url(Mobilizon.Web.Endpoint, :event, @activity.subject_params["event_uuid"]) |> URI.decode() %> |