Sha256: 83029df71fae389dbc50a8b566621900c6d8884760264428843880b4ef303b84

Contents?: true

Size: 298 Bytes

Versions: 13

Compression:

Stored size: 298 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module ContentBlocks
    class ParticipatorySpaceStatsCell < BaseCell
      def show
        return if stats.blank?

        render
      end

      private

      def stats; end

      def data
        { statistics: "" }
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
decidim-core-0.29.1 app/cells/decidim/content_blocks/participatory_space_stats_cell.rb
decidim-core-0.28.4 app/cells/decidim/content_blocks/participatory_space_stats_cell.rb
decidim-core-0.29.0 app/cells/decidim/content_blocks/participatory_space_stats_cell.rb
decidim-core-0.28.3 app/cells/decidim/content_blocks/participatory_space_stats_cell.rb
decidim-core-0.29.0.rc4 app/cells/decidim/content_blocks/participatory_space_stats_cell.rb
decidim-core-0.29.0.rc3 app/cells/decidim/content_blocks/participatory_space_stats_cell.rb
decidim-core-0.29.0.rc2 app/cells/decidim/content_blocks/participatory_space_stats_cell.rb
decidim-core-0.29.0.rc1 app/cells/decidim/content_blocks/participatory_space_stats_cell.rb
decidim-core-0.28.2 app/cells/decidim/content_blocks/participatory_space_stats_cell.rb
decidim-core-0.28.1 app/cells/decidim/content_blocks/participatory_space_stats_cell.rb
decidim-core-0.28.0 app/cells/decidim/content_blocks/participatory_space_stats_cell.rb
decidim-core-0.28.0.rc5 app/cells/decidim/content_blocks/participatory_space_stats_cell.rb
decidim-core-0.28.0.rc4 app/cells/decidim/content_blocks/participatory_space_stats_cell.rb