[openstreetmap/openstreetmap-website] GPX Import email in text format (PR #5031)

Anton Khorev notifications at github.com
Tue Jul 30 01:36:45 UTC 2024


@AntonKhorev commented on this pull request.



> +  <% tags = safe_join @trace_tags.map { |trace_tag| trace_tag.tag }, ", " %>
+  <%= t ".description_with_tags_html", :trace_name => trace_name, :trace_description => trace_description, :tags => tags %>

Tags are html-encoded: `&` to `&`, `<` to `<` etc.

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

Message ID: <openstreetmap/openstreetmap-website/pull/5031/review/2206408433 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20240729/49ca61bc/attachment.htm>


More information about the rails-dev mailing list