This also reworks the user suspended page to avoid having html in the translation strings.
8 lines
247 B
Text
8 lines
247 B
Text
<% @title = t ".title" %>
|
|
|
|
<% content_for :heading do %>
|
|
<h1><%= t ".heading" %></h1>
|
|
<% end %>
|
|
|
|
<p><%= t ".automatically_suspended" %></p>
|
|
<p><%= t ".contact_support_html", :support_link => mail_to(Settings.support_email, t(".support")) %></p>
|