Sort tags alphabetically for consistent results
This commit is contained in:
parent
17ce58df35
commit
88ff6496a1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue