Class: Decidim::Initiatives::ContentBlocks::HighlightedInitiativesSettingsFormCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::Initiatives::ContentBlocks::HighlightedInitiativesSettingsFormCell
- Defined in:
- app/cells/decidim/initiatives/content_blocks/highlighted_initiatives_settings_form_cell.rb
Instance Method Summary collapse
Instance Method Details
#content_block ⇒ Object
9 10 11 |
# File 'app/cells/decidim/initiatives/content_blocks/highlighted_initiatives_settings_form_cell.rb', line 9 def content_block [:content_block] end |
#max_results_label ⇒ Object
13 14 15 |
# File 'app/cells/decidim/initiatives/content_blocks/highlighted_initiatives_settings_form_cell.rb', line 13 def max_results_label I18n.t("decidim.initiatives.admin.content_blocks.highlighted_initiatives.max_results") end |
#order_label ⇒ Object
17 18 19 |
# File 'app/cells/decidim/initiatives/content_blocks/highlighted_initiatives_settings_form_cell.rb', line 17 def order_label I18n.t("decidim.initiatives.admin.content_blocks.highlighted_initiatives.order.label") end |
#order_select ⇒ Object
21 22 23 24 25 26 |
# File 'app/cells/decidim/initiatives/content_blocks/highlighted_initiatives_settings_form_cell.rb', line 21 def order_select [ [I18n.t("decidim.initiatives.admin.content_blocks.highlighted_initiatives.order.default"), "default"], [I18n.t("decidim.initiatives.admin.content_blocks.highlighted_initiatives.order.most_recent"), "most_recent"] ] end |