Update demo mode to remove references to beta
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -85,12 +85,8 @@
|
||||
<%= gettext "Warning" %>
|
||||
</h2>
|
||||
<br>
|
||||
<p style="margin: 0; color: #3A384C"><%= gettext "This is a demonstration site to test the beta version of Mobilizon." %></p>
|
||||
<p style="margin: 0; color: #3A384C"><%= gettext "This is a demonstration site to test Mobilizon." %></p>
|
||||
<p style="margin: 0; color: #3A384C;"><%= gettext("<b>Please do not use it for real purposes.</b>") |> raw() %></p>
|
||||
<p style="margin: 0; color: #3A384C;">
|
||||
<%= gettext("Mobilizon is still under development, we will add new features along the updates, until the release of <b>version 1 of the software in the fall of 2020</b>.") |> raw() %>
|
||||
<%= gettext("In the meantime, please consider this software as not (yet) fully functional. Read more %{a_start}on the Framasoft blog%{a_end}.", a_start: "<a target='_blank' style='color: #474467;' href='https://framablog.org/?p=18299'>", a_end: "</a>") |> raw() %>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
<%= @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
|
||||
|
||||
Reference in New Issue
Block a user