[openstreetmap/openstreetmap-website] Re-arrange login and signup screens as discussed in #4128 (PR #4455)

Anton Khorev notifications at github.com
Sat Mar 2 11:42:03 UTC 2024


@AntonKhorev commented on this pull request.



>  
-      <%= f.password_field :pass_crypt, :tabindex => 6 %>
-      <%= f.password_field :pass_crypt_confirmation, :tabindex => 7 %>
+      <p class="mb-3 text-muted fs-6"><%= t(".by_signing_up_html",
+                                            :tou_link => link_to(t(".tou"),
+                                                                 "https://wiki.osmfoundation.org/wiki/Terms_of_Use",
+                                                                 :target => :new),
+                                            :privacy_policy_link => link_to(t(".privacy_policy"),
+                                                                            t(".privacy_policy_url"),
+                                                                            :title => t(".privacy_policy_title"),
+                                                                            :target => :new),
+                                            :contributor_terms_link => link_to(t(".contributor_terms"),
+                                                                               t(".contributor_terms_url"),
+                                                                               :target => :new)) %></p>
+      <%= f.form_group do %>
+        <%= f.check_box :consider_pd,

I suspect that when this checkbox is placed here, people will tick it without reading what is says thinking that it's necessary to go forward.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4455#pullrequestreview-1912647020
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/4455/review/1912647020 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20240302/cf67a0a6/attachment.htm>


More information about the rails-dev mailing list