]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/blocked.html.erb
Patch classes on the locate control
[rails.git] / app / views / user / blocked.html.erb
index f175fe18a1da9ceabd0246bddd79ed9c8645743a..93b4972d512809165efc12590f54d1e15796e4d9 100644 (file)
@@ -1,7 +1,10 @@
 <% content_for :heading do %>
-  <h1><%= t 'user.new.heading' %></h1>
+  <h1><%= t 'user.new.title' %></h1>
+  <div class='header-illustration new-user-main'></div>
+  <div class='header-illustration new-user-arm'></div>
 <% end %>
 
-<p><%= t 'user.new.no_auto_account_create' %></p>
-
-<p><%= raw t 'user.new.contact_webmaster' %></p>
+<div class="message">
+  <h1><%= t 'user.new.no_auto_account_create' %></h1>
+  <h2><%= raw t 'user.new.contact_webmaster', :webmaster => "mailto:#{SUPPORT_EMAIL}" %></h2>
+</div>