bad8c779f8
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
12 lines
546 B
Elixir
12 lines
546 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/test-mobilizon
|
|
|
|
<%= gettext "%{instance} is powered by Mobilizon.", instance: @instance[:name] %> <%= gettext "Learn more about Mobilizon here!" %> https://joinmobilizon.org
|