[openstreetmap/openstreetmap-website] Added color preview box in tag browser sidebar (#1779)
Ilya Zverev
notifications at github.com
Wed Mar 7 06:41:03 UTC 2018
Zverik commented on this pull request.
> @@ -188,4 +190,16 @@ def telephone_link(_key, value)
"tel:#{value_no_whitespace}"
end
+
+ def colour_preview(key, value)
+ return nil unless (key =~ /^(|building:|ref:|roof:)colour$/ || key =~ /^(int_)?ref:colour(_(bg|tx))?$/) && !value.nil?
I agree that accepting `color` is a bit too much.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/1779#discussion_r172752403
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20180306/654134fe/attachment.html>
More information about the rails-dev
mailing list