]> git.openstreetmap.org Git - rails.git/blob - app/views/users/blocked.html.erb
Refactor to use a heading class for height when using header-illustrations
[rails.git] / app / views / users / blocked.html.erb
1 <% content_for :heading_class, "header-illustration-heading" %>
2 <% content_for :heading do %>
3   <h1><%= t "users.new.title" %></h1>
4   <div class='header-illustration new-user-main'></div>
5   <div class='header-illustration new-user-arm'></div>
6 <% end %>
7
8 <div class="message">
9   <h1><%= t "users.new.no_auto_account_create" %></h1>
10   <h2><%= t "users.new.contact_support_html", :support => "mailto:#{Settings.support_email}" %></h2>
11 </div>