Sha256: bd85ef6850d0a2a7dd5e5faacc4406355a3998dc580a3358f6acc0c7a4678695
Contents?: true
Size: 302 Bytes
Versions: 6
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true module Decidim module EnhancedTextwork # This cells renders a small preview of the `Paragraph` that is # used in the moderations panel. class ReportedContentCell < Decidim::ReportedContentCell def show render :show end end end end
Version data entries
6 entries across 6 versions & 1 rubygems