openstreetmap-website/app/views/sessions/_suspended_flash.html.erb
Andy Allan 972249ce9d Reconfigure the suspended flash message to avoid html_safe
This also avoids having raw html in the translation strings
2022-11-17 12:04:28 +00:00

2 lines
134 B
Text

<p><%= t ".suspended" %></p>
<p><%= t ".contact_support_html", :support_link => mail_to(Settings.support_email, t(".support")) %></p>