]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/blocked.html.erb
Ensure the heading text appears above the illustration
[rails.git] / app / views / users / blocked.html.erb
index 08ce4cc539454e02f3166332b3da6d02e3521bba..5753ebd9af84fd98d91b4fe80fff0c57bf41c41d 100644 (file)
@@ -1,10 +1,12 @@
+<% content_for :heading_class, "pb-0" %>
 <% content_for :heading do %>
-  <h1><%= t 'users.new.title' %></h1>
-  <div class='header-illustration new-user-main'></div>
+  <div class='header-illustration new-user-main'>
+    <h1><%= t "users.new.title" %></h1>
+  </div>
   <div class='header-illustration new-user-arm'></div>
 <% end %>
 
 <div class="message">
-  <h1><%= t 'users.new.no_auto_account_create' %></h1>
-  <h2><%= raw t 'users.new.contact_webmaster', :webmaster => "mailto:#{Settings.support_email}" %></h2>
+  <h1><%= t "users.new.no_auto_account_create" %></h1>
+  <h2><%= t "users.new.contact_support_html", :support => "mailto:#{Settings.support_email}" %></h2>
 </div>