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

Anton Khorev notifications at github.com
Mon Mar 10 14:24:50 UTC 2025


@AntonKhorev 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]),

There's no `t("...")` for "Has Edits", "No Edits", although there is `t(".edits")` on the next line.

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

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


More information about the rails-dev mailing list