Sha256: 7312d6aad0cdbde41339f3d80a00b0215f19ca006c14b7e6a436329803ea3f88

Contents?: true

Size: 292 Bytes

Versions: 50

Compression:

Stored size: 292 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module Meetings
    # This cells renders a small preview of the `Meeting` that is
    # used in the moderations panel.
    class ReportedContentCell < Decidim::ReportedContentCell
      def show
        render :show
      end
    end
  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
decidim-meetings-0.29.1 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.28.4 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.27.9 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.29.0 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.28.3 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.27.8 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.29.0.rc4 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.29.0.rc3 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.29.0.rc2 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.29.0.rc1 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.28.2 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.27.7 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.28.1 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.27.6 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.26.10 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.26.9 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.28.0 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.27.5 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.28.0.rc5 app/cells/decidim/meetings/reported_content_cell.rb
decidim-meetings-0.28.0.rc4 app/cells/decidim/meetings/reported_content_cell.rb