]> git.openstreetmap.org Git - rails.git/blob - app/views/users/blocked.html.erb
Rename comment to create
[rails.git] / app / views / users / blocked.html.erb
1 <% content_for :heading do %>
2   <h1><%= t 'users.new.title' %></h1>
3   <div class='header-illustration new-user-main'></div>
4   <div class='header-illustration new-user-arm'></div>
5 <% end %>
6
7 <div class="message">
8   <h1><%= t 'users.new.no_auto_account_create' %></h1>
9   <h2><%= raw t 'users.new.contact_webmaster', :webmaster => "mailto:#{SUPPORT_EMAIL}" %></h2>
10 </div>