X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2443e7dd650a3d3aaae9ab14d14d2fde6a582755..fa93526f76cf08445e910a5f81053db1bed87d70:/app/views/users/new.html.erb?ds=sidebyside diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 165c9486b..081c4a99f 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -2,10 +2,11 @@ <%= javascript_include_tag "user" %> <% end %> -<% content_for :heading_class, "header-illustration-heading" %> +<% content_for :heading_class, "pb-0" %> <% content_for :heading do %> -

<%= t ".title" %>

-
+
+

<%= t ".title" %>

+
<% end %> @@ -24,9 +25,9 @@ <%= f.text_field :display_name, :help => t(".display name description"), :tabindex => 3 %> -
- -
+
+ +
<%= f.select(:auth_provider, Auth.providers, :default => "", :hide_label => true, :wrapper => { :class => "col-auto mb-0" }, :tabindex => 4) %> <%= f.text_field(:auth_uid, :hide_label => true, :wrapper => { :class => "col mb-0" }, :tabindex => 5) %>