Sha256: 4649a80b56e39ee46a1cd121e886d831232b0d0ecfe1f8aaa80c165610efc6a5

Contents?: true

Size: 364 Bytes

Versions: 6

Compression:

Stored size: 364 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
decidim-enhanced_textwork-1.0.5 app/cells/decidim/enhanced_textwork/collaborative_drafts/reported_content_cell.rb
decidim-enhanced_textwork-1.0.4 app/cells/decidim/enhanced_textwork/collaborative_drafts/reported_content_cell.rb
decidim-enhanced_textwork-1.0.3 app/cells/decidim/enhanced_textwork/collaborative_drafts/reported_content_cell.rb
decidim-enhanced_textwork-1.0.2 app/cells/decidim/enhanced_textwork/collaborative_drafts/reported_content_cell.rb
decidim-enhanced_textwork-1.0.1 app/cells/decidim/enhanced_textwork/collaborative_drafts/reported_content_cell.rb
decidim-enhanced_textwork-1.0.0 app/cells/decidim/enhanced_textwork/collaborative_drafts/reported_content_cell.rb