X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b8a8a88004d25837a10436fdc13128146b32c32b..9e64fe73e2d72b82a31e1a6d7b89db9d0767018e:/app/views/users/new.html.erb
diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb
index 7fd537d14..0cb70d2d5 100644
--- a/app/views/users/new.html.erb
+++ b/app/views/users/new.html.erb
@@ -3,68 +3,68 @@
<% end %>
<% content_for :heading do %>
-
<%= t '.title' %>
+ <%= t ".title" %>
<% end %>
-<%= 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? %>
+<%= 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? %>
@@ -73,10 +73,10 @@
<%= link_to raw(t(".use external auth")), "#", :id => "auth_enable" %>
- <%= submit_tag t('.continue'), :tabindex => 8 %>
+ <%= submit_tag t(".continue"), :tabindex => 8 %>
<% end %>
-
<%= t '.about.header' %>
- <%= t '.about.html' %>
+ <%= t ".about.header" %>
+ <%= t ".about.html" %>