Class: Decidim::Blogs::ContentBlocks::HighlightedPostsCell
- Inherits:
-
ContentBlocks::HighlightedElementsCell
- Object
- ContentBlocks::HighlightedElementsCell
- Decidim::Blogs::ContentBlocks::HighlightedPostsCell
- Includes:
- CardHelper, ComponentPathHelper
- Defined in:
- app/cells/decidim/blogs/content_blocks/highlighted_posts_cell.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
10 11 12 |
# File 'app/cells/decidim/blogs/content_blocks/highlighted_posts_cell.rb', line 10 def show render unless posts_count.zero? end |