openstreetmap-website/app/views/users/suspended.html.erb
Andy Allan a11e156f56 Use mail_to help to avoid handcrafting mailto links
This also reworks the user suspended page to avoid having html in
the translation strings.
2022-11-30 11:13:44 +00:00

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>