Sha256: 74352ba50b3a5c4f172bc7a8ace9483e59f3952983fbaaa7a6d5deeadd27bafb
Contents?: true
Size: 410 Bytes
Versions: 18
Compression:
Stored size: 410 Bytes
Contents
# frozen_string_literal: true require "cell/partial" module Decidim module Debates # This cell renders the Search (:s) debate card # for a given instance of a Debate class DebateSCell < Decidim::CardSCell private def title present(model).title(html_escape: true) end def metadata_cell "decidim/debates/debate_card_metadata" end end end end
Version data entries
18 entries across 18 versions & 1 rubygems