X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1c179621d24fbe8a3de71760ecd95e7d431a4405..9e99fa05c9e7d849a95d6faf6fa7a5d9988fc308:/app/views/users/new.html.erb diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index b618f3811..c0cef51d9 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -31,12 +31,8 @@ <% unless @preferred_auth_provider.nil? %> <%= render :partial => "auth_providers" %> -
-
-
<%= t ".or" %>
-
-
- <% end %> + <%= render :partial => "shared/section_divider", :locals => { :text => t(".or") } %> +<% end %> <% else %>

<%= t ".about.welcome" %>

<% end %> @@ -98,11 +94,7 @@ <% end %> <% if current_user.auth_uid.nil? and @preferred_auth_provider.nil? %> -
-
-
<%= t ".use external auth" %>
-
-
+ <%= render :partial => "shared/section_divider", :locals => { :text => t(".use external auth") } %> <%= render :partial => "auth_providers" %> <% end %>