forked from potsda.mn/mobilizon
5c7067b22b
a new event Signed-off-by: Thomas Citharel <tcit@tcit.fr>
7 lines
472 B
Elixir
7 lines
472 B
Elixir
<%= render("participation/card/_title.text", event: @event) %>
|
||
|
||
<%= render("participation/card/_metadata.text", event: @event, timezone: @timezone, locale: @locale, action: @action) %>
|
||
|
||
<%= if @event.description do %><%= gettext("Details:") %>
|
||
<%= process_description(@event.description) %>
|
||
<%= if String.length(@event.description) > 200 do %><%= gettext("Read more : %{url}", url: Routes.page_url(Mobilizon.Web.Endpoint, :event, @event.uuid)) |> raw %><% end %><% end %> |