Class: Decidim::Meetings::MeetingListItemCell

Inherits:
MeetingCell
  • Object
show all
Defined in:
decidim-meetings/app/cells/decidim/meetings/meeting_list_item_cell.rb

Overview

This cell renders the List Item Card (:list_item) meeting card for an instance of a Meeting

This cell must be wrapped in a “<div class=”card card–list“></div>”

Instance Method Summary collapse

Methods included from MeetingCellsHelper

#description

Methods included from TranslatableAttributes

#default_locale?

Instance Method Details

#showObject



10
11
12
# File 'decidim-meetings/app/cells/decidim/meetings/meeting_list_item_cell.rb', line 10

def show
  render
end