Sha256: c884cba0041124ba96984cc16985737c77cc751ad1f58428d778665dacf2ad71
Contents?: true
Size: 357 Bytes
Versions: 56
Compression:
Stored size: 357 Bytes
Contents
# frozen_string_literal: true module Decidim module Proposals 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
56 entries across 56 versions & 1 rubygems