[openstreetmap/openstreetmap-website] Tags editor (PR #6758)
Roman Deev
notifications at github.com
Thu Jan 29 21:34:50 UTC 2026
@deevroman commented on this pull request.
> @@ -7,6 +7,10 @@
<% if @feature.visible? %>
<div class='secondary-actions mb-3'>
<%= link_to(t("browse.download_xml"), :controller => "api/#{@type.pluralize}", :action => :show) %>
+ <% if current_user %>
+ ·
+ <%= tag.a t("browse.edit_object_tags"), :href => "", :class => "edit_object_tags p-0 border-0 bg-transparent shadow-none" %>
> Think whole sentences as keys, that sort of thing.
If we look at keys specifically, we can implement strict validation and prohibit spaces in keys. Or even prohibit adding anything but `0-9a-zA-Z:_` to a new keys.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6758#discussion_r2743651813
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6758/review/3725172524 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260129/fc973de2/attachment.htm>
More information about the rails-dev
mailing list