X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c5fc21e6a6615646b3fa443b6fd12a80b4fef331..d14cf519fd876274900758a903e7e390d38922d5:/app/views/user/new.html.erb?ds=sidebyside
diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb
index 6c89a7830..7fd537d14 100644
--- a/app/views/user/new.html.erb
+++ b/app/views/user/new.html.erb
@@ -1,103 +1,82 @@
+<% content_for :head do %>
+ <%= javascript_include_tag "user" %>
+<% end %>
+
<% content_for :heading do %>
-
<%= t 'user.new.title' %>
+ <%= t '.title' %>
<% end %>
-<%= form_for :user, :url => { :action => 'create' }, :html => { :class => 'signup-form-wrapper standard-form fillL col6 pad2' } do %>
+<%= form_for current_user, :url => { :action => 'create' }, :html => { :class => 'standard-form fillL col6 inner22' } do |f| %>
<%= hidden_field_tag('referer', h(@referer)) unless @referer.nil? %>
-