Sha256: 3389866ba8cda8d1894b523309d6693665284395bdaa3c7aa78990ea89bed6bd
Contents?: true
Size: 325 Bytes
Versions: 18
Compression:
Stored size: 325 Bytes
Contents
# frozen_string_literal: true require "cell/partial" module Decidim module Proposals # This cell renders a proposal with its L-size card. class CollaborativeDraftLCell < Decidim::CardLCell private def metadata_cell "decidim/proposals/collaborative_draft_metadata" end end end end
Version data entries
18 entries across 18 versions & 1 rubygems