[openstreetmap/openstreetmap-website] Allow user list to be filtered for the presence of edits (PR #5783)

Tom Hughes notifications at github.com
Mon Mar 10 17:14:20 UTC 2025


@tomhughes commented on this pull request.



> @@ -31,6 +31,13 @@
                          :autocomplete => "on",
                          :class => "form-control" %>
     </div>
+    <div class="mb-3 col-md-auto">
+      <%= select_tag :edits,
+                     options_for_select([["Has Edits", "yes"], ["No Edits", "no"]], params[:edits]),

Fixed.

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

Message ID: <openstreetmap/openstreetmap-website/pull/5783/review/2671697028 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250310/e27dd896/attachment.htm>


More information about the rails-dev mailing list