]> git.openstreetmap.org Git - rails.git/blobdiff - app/helpers/browse_helper.rb
Move generation of role icons into a helper
[rails.git] / app / helpers / browse_helper.rb
index a41b39a3deac07a9c7165648b1946a885b1bae18..de439d56fc6700a0c0973b9ad88bd3759b6d2aa9 100644 (file)
@@ -4,7 +4,12 @@ module BrowseHelper
   end
 
   def printable_name(object, version=false)
-    name = t 'printable_name.with_id', :id => object.id.to_s
+    if object.id.is_a?(Array)
+      id = object.id[0]
+    else
+      id = object.id
+    end
+    name = t 'printable_name.with_id', :id => id.to_s
     if version
       name = t 'printable_name.with_version', :id => name, :version => object.version.to_s
     end
@@ -73,7 +78,7 @@ private
 
   def wikipedia_link(key, value)
     # Some k/v's are wikipedia=http://en.wikipedia.org/wiki/Full%20URL
-    return nil if value =~ /^http:\/\//
+    return nil if value =~ /^https?:\/\//
 
     if key == "wikipedia"
       # This regex should match Wikipedia language codes, everything