Merge branch 'rails41'

This commit is contained in:
Tom Hughes 2014-07-21 08:53:44 +01:00
commit c53db246f6
29 changed files with 248 additions and 209 deletions

View file

@ -92,7 +92,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)