[openstreetmap/openstreetmap-website] Clean view markup further (PR #6783)
Tom Hughes
notifications at github.com
Sun Feb 8 14:45:02 UTC 2026
@tomhughes commented on this pull request.
> @@ -24,7 +24,7 @@
} %>
<% types.filter { |type| markers[type] }.each do |type| %>
- <path id="<%= type %>-path" <%= tag.attributes(markers[type]) %> />
+ <%= tag.path :id => "#{type}-path", :attributes => markers[type] %>
Oops... That was one of the few bits I didn't actually check in the running site after merging. I won't deploy yet then ;-)
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6783#discussion_r2779354822
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6783/review/3769834701 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260208/8e303039/attachment.htm>
More information about the rails-dev
mailing list