2021-03-23 15:18:03 +01:00
< % = case @activity . subject do % > < % :group_created -> % > < % = dgettext ( " activity " , " %{profile} created the group %{group}. " ,
%{
profile : Mobilizon.Actors.Actor . display_name_and_username ( @activity . author ) ,
group : @activity . subject_params [ " group_name " ]
}
) % >
2021-09-10 11:27:59 +02:00
< % = Routes . page_url ( Mobilizon.Web.Endpoint , :actor , @activity . subject_params [ " group_federated_username " ] ) |> URI . decode ( ) % > < % :group_updated -> % > < % = dgettext ( " activity " , " %{profile} updated the group %{group}. " ,
2021-03-23 15:18:03 +01:00
%{
profile : Mobilizon.Actors.Actor . display_name_and_username ( @activity . author ) ,
group : @activity . subject_params [ " group_name " ]
}
) % >
2021-09-10 11:27:59 +02:00
< % = Routes . page_url ( Mobilizon.Web.Endpoint , :actor , @activity . subject_params [ " group_federated_username " ] ) |> URI . decode ( ) % > < % end % >