X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/eeb9866d50e35b8f8b75e59aed582caba533778f..d14cf519fd876274900758a903e7e390d38922d5:/app/views/user/new.html.erb
diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb
index fcd775a48..7fd537d14 100644
--- a/app/views/user/new.html.erb
+++ b/app/views/user/new.html.erb
@@ -3,80 +3,80 @@
<% end %>
<% content_for :heading do %>
-
<%= t 'user.new.title' %>
+ <%= t '.title' %>
<% end %>
-<%= form_for :user, :url => { :action => 'create' }, :html => { :class => 'standard-form fillL col6 inner22' } 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? %>
- <%= link_to raw(t("user.new.use external auth")), "#", :id => "auth_enable" %>
+ <%= link_to raw(t(".use external auth")), "#", :id => "auth_enable" %>
- <%= submit_tag t('user.new.continue'), :tabindex => 8 %>
+ <%= submit_tag t('.continue'), :tabindex => 8 %>
<% end %>
-
<%= t 'user.new.about.header' %>
- <%= t 'user.new.about.html' %>
+ <%= t '.about.header' %>
+ <%= t '.about.html' %>