Class: Decidim::Blogs::PostMetadataCell

Inherits:
CardMetadataCell
  • Object
show all
Defined in:
app/cells/decidim/blogs/post_metadata_cell.rb

Overview

This cell renders metadata for an instance of a Proposal

Direct Known Subclasses

PostMetadataGCell

Instance Method Summary collapse

Constructor Details

#initializePostMetadataCell

Returns a new instance of PostMetadataCell.



7
8
9
10
11
# File 'app/cells/decidim/blogs/post_metadata_cell.rb', line 7

def initialize(*)
  super

  @items.prepend(*post_items)
end