[openstreetmap-website] Fix and enhance the notes GPX files (#1005)

Tom Hughes notifications at github.com
Wed Jul 15 17:24:56 UTC 2015


> @@ -1,9 +1,14 @@
>  xml.wpt("lon" => note.lon, "lat" => note.lat) do
> +  xml.time note.created_at.to_s(:iso8601)
> +  xml.name "#{t'note.mine.description'} #{note.id}"

I suspect the `#{t'browse.note.title', :id => note.id}` which gives "Note: 42" would work much better?

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/1005/files#r34704455
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20150715/afb3e993/attachment.html>


More information about the rails-dev mailing list