Sort tags alphabetically for consistent results

This commit is contained in:
Tom Hughes 2014-05-13 19:21:01 +01:00
parent 17ce58df35
commit 88ff6496a1

View file

@ -90,7 +90,7 @@ private
]
def icon_tags(object)
object.tags.find_all { |k,v| ICON_TAGS.include? k }
object.tags.find_all { |k,v| ICON_TAGS.include? k }.sort
end
def wiki_link(type, lookup)