Commit bba9694f9a29055639bb5d81f0d07e0bda0d74ee

Authored by Leandro Santos
1 parent 25c20d6b

adding recent documents block details

Showing 1 changed file with 9 additions and 1 deletions   Show diff stats
app/models/recent_documents_block.rb
1 1 class RecentDocumentsBlock < Block
2 2  
3 3 def self.description
4   - _('Last updates')
  4 + _('Display the last content produced in the context where the block is available.')
  5 + end
  6 +
  7 + def self.short_description
  8 + _('Show last updates')
  9 + end
  10 +
  11 + def self.pretty_name
  12 + _('Recent Content')
5 13 end
6 14  
7 15 def default_title
... ...