mobilizon/lib/web/templates/email/email.text.eex
Thomas Citharel 4a7c6a861e
Improve the way the instance name is injected into emails
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-09-30 15:58:10 +02:00

12 lines
532 B
Elixir

<%= @inner_content %>
--
<%= if Mobilizon.Config.instance_demo_mode?() do %>
<%= gettext "This is a demonstration site to test Mobilizon." %>
<%= gettext "Please do not use it for real purposes." %>
<% end %>
<%= gettext "Need help? Is something not working as expected?" %>
<%= gettext "Ask the community on Framacolibri" %> https://framacolibri.org/c/mobilizon/39
<%= gettext "%{instance} is powered by Mobilizon.", instance: @instance_name %> <%= gettext "Learn more about Mobilizon here!" %> https://joinmobilizon.org