mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-26 01:38:36 +00:00
559c889f1b
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
10 lines
296 B
Elixir
10 lines
296 B
Elixir
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="<%= static_url(MobilizonWeb.Endpoint, "/css/email.css") %>">
|
|
</head>
|
|
<body>
|
|
<%= render @view_module, @view_template, assigns %>
|
|
|
|
<p><%= gettext "An email sent by Mobilizon on %{instance}.", instance: @instance %></p>
|
|
</body>
|
|
</html>
|