X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/24422a3bafaf0f81f2417f30d896a859f6cb0ff2..c0bfc11d0320be65e57d12b35a50cc7001f10a9b:/app/views/user/new.html.erb diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb index 7d5439d6f..478905b09 100644 --- a/app/views/user/new.html.erb +++ b/app/views/user/new.html.erb @@ -1,8 +1,10 @@ <% content_for :heading do %>

<%= t 'user.new.title' %>

+
+
<% end %> -<%= form_for :user, :url => { :action => 'create' }, :html => { :class => 'col6' } do %> +<%= form_for :user, :url => { :action => 'create' }, :html => { :class => 'signup-form-wrapper fillL col6 pad2' } do %> <%= error_messages_for 'user' %> <%= hidden_field_tag('referer', h(@referer)) unless @referer.nil? %> @@ -70,8 +72,8 @@ <% end %> -
-

<%= t 'user.new.about.header' %>

+
+

<%= t 'user.new.about.header' %>

<%= t 'user.new.about.html' %>