Class: Decidim::Accountability::HighlightedResultsForComponentCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::Accountability::HighlightedResultsForComponentCell
- Includes:
- ActiveSupport::NumberHelper, Cell::ViewModel::Partial, ApplicationHelper, ComponentPathHelper, LayoutHelper
- Defined in:
- decidim-accountability/app/cells/decidim/accountability/highlighted_results_for_component_cell.rb
Overview
This cell renders the highlighted results for a given component. It is intended to be used in the ‘participatory_space_highlighted_elements` view hook.
Instance Method Summary collapse
Methods included from ComponentPathHelper
#can_be_managed?, #main_component_path, #main_component_url, #manage_component_path
Instance Method Details
#show ⇒ Object
17 18 19 |
# File 'decidim-accountability/app/cells/decidim/accountability/highlighted_results_for_component_cell.rb', line 17 def show render unless results_count.zero? end |