Class: Decidim::Votings::ContentBlocks::HighlightedVotingsSettingsFormCell
- Inherits:
-
Decidim::ViewModel
- Object
- Decidim::ViewModel
- Decidim::Votings::ContentBlocks::HighlightedVotingsSettingsFormCell
- Defined in:
- app/cells/decidim/votings/content_blocks/highlighted_votings_settings_form_cell.rb
Instance Method Summary collapse
Instance Method Details
#content_block ⇒ Object
9 10 11 |
# File 'app/cells/decidim/votings/content_blocks/highlighted_votings_settings_form_cell.rb', line 9 def content_block [:content_block] end |
#label ⇒ Object
13 14 15 |
# File 'app/cells/decidim/votings/content_blocks/highlighted_votings_settings_form_cell.rb', line 13 def label I18n.t("decidim.votings.admin.content_blocks.highlighted_votings.max_results") end |