Commit 82bb98a21620308213f42984b6f6f32b5dca5005

Authored by Antonio Terceiro
1 parent 85a349c7

FolderHelper still needs short_filename on itself

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/helpers/folder_helper.rb
1 1 module FolderHelper
2 2  
  3 + include Noosfero::Filenames
  4 +
3 5 def list_articles(articles, recursive = false)
4 6 if !articles.blank?
5 7 content_tag(
... ...