X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cb8419456bc9b68135d483630d0d9b33f3a1df0f..e80d74ae7369fc1293e5195f29c4f6e8a9dcb87b:/app/views/accounts/edit.html.erb?ds=sidebyside diff --git a/app/views/accounts/edit.html.erb b/app/views/accounts/edit.html.erb index 2017bee0a..038f5c09f 100644 --- a/app/views/accounts/edit.html.erb +++ b/app/views/accounts/edit.html.erb @@ -17,8 +17,8 @@ <%= f.password_field :pass_crypt_confirmation, :value => "", :autocomplete => "new-password" %>
- -
+ +
<%= f.select(:auth_provider, Auth.providers, :hide_label => true, :wrapper => { :class => "col-auto mb-0" }) %> <%= f.text_field(:auth_uid, :hide_label => true, :wrapper => { :class => "col mb-0" }) %>
@@ -26,7 +26,7 @@
- + <% if current_user.data_public? %> <%= t ".public editing.enabled" %> @@ -39,7 +39,7 @@
- + <% if current_user.terms_agreed? %> <%= t ".contributor terms.agreed" %>