[openstreetmap/openstreetmap-website] Added color preview box in tag browser sidebar (#1779)

Andy Allan notifications at github.com
Wed Mar 7 04:18:30 UTC 2018


gravitystorm 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've also removed an image from your comment - I know the joke, but it's not obviously a joke when shown out of context)

-- 
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_r172737803
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20180307/43630215/attachment-0001.html>


More information about the rails-dev mailing list