Sha256: bd63b75ebc9ceff9001c72e89aa9dd2560cdd90380d968fb334f76f94b607b8a
Contents?: true
Size: 412 Bytes
Versions: 15
Compression:
Stored size: 412 Bytes
Contents
# frozen_string_literal: true require "cell/partial" module Decidim module Proposals # This cell renders the Search (:s) proposal card # for an instance of a Proposal class ProposalSCell < Decidim::CardSCell private def title present(model).title(html_escape: true) end def metadata_cell "decidim/proposals/proposal_metadata" end end end end
Version data entries
15 entries across 15 versions & 1 rubygems