Sha256: 2045df7775424e6f6d20510a6adefae105126a55c1f5f41f5ef1a0b5586c5af8

Contents?: true

Size: 426 Bytes

Versions: 61

Compression:

Stored size: 426 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module Consultations
    module ContentBlocks
      class HighlightedConsultationsSettingsFormCell < Decidim::ViewModel
        alias form model

        def content_block
          options[:content_block]
        end

        def label
          I18n.t("decidim.consultations.admin.content_blocks.highlighted_consultations.max_results")
        end
      end
    end
  end
end

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
decidim-consultations-0.26.1 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.26.0 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.26.0.rc2 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.26.0.rc1 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.25.2 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.25.1 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.25.0 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.25.0.rc4 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.25.0.rc3 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.25.0.rc2 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.25.0.rc1 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.24.3 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.23.6 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.24.2 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.23.5 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.24.1 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.24.0 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.24.0.rc2 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.23.4 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb
decidim-consultations-0.24.0.rc1 app/cells/decidim/consultations/content_blocks/highlighted_consultations_settings_form_cell.rb