mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-27 10:19:59 +00:00
de047c8939
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
11 lines
No EOL
377 B
Elixir
11 lines
No EOL
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() %> |