X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9018d1af07c53b03bf8caf0480b931dc25f57147..d04852fa47f5762f88ab91c2653d2f6224932406:/app/views/users/blocked.html.erb diff --git a/app/views/users/blocked.html.erb b/app/views/users/blocked.html.erb index ed00a8fcc..f1239bc1e 100644 --- a/app/views/users/blocked.html.erb +++ b/app/views/users/blocked.html.erb @@ -1,10 +1,11 @@ +<% content_for :heading_class, "pb-0" %> <% content_for :heading do %> -

<%= t "users.new.title" %>

-
-
+
+

<%= t "users.new.title" %>

+
<% end %> -
-

<%= t "users.new.no_auto_account_create" %>

-

<%= t "users.new.contact_support_html", :support => "mailto:#{Settings.support_email}" %>

+
+

<%= t "users.new.no_auto_account_create" %>

+

<%= t "users.new.please_contact_support_html", :support_link => mail_to(Settings.support_email, t("users.new.support")) %>