]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/blocked.html.erb
Rename user_controller to users_controller
[rails.git] / app / views / users / blocked.html.erb
diff --git a/app/views/users/blocked.html.erb b/app/views/users/blocked.html.erb
new file mode 100644 (file)
index 0000000..93b4972
--- /dev/null
@@ -0,0 +1,10 @@
+<% content_for :heading do %>
+  <h1><%= t 'user.new.title' %></h1>
+  <div class='header-illustration new-user-main'></div>
+  <div class='header-illustration new-user-arm'></div>
+<% end %>
+
+<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>