Sha256: b8282da7ec7b398c2dd27b25c9c1ac47ccfcdbaf20691a270053fd234c1aa8dc
Contents?: true
Size: 333 Bytes
Versions: 15
Compression:
Stored size: 333 Bytes
Contents
# frozen_string_literal: true module Decidim module Initiatives # This cell renders the Search (:s) initiative card # for a given instance of an Initiative class InitiativeSCell < Decidim::CardSCell private def metadata_cell "decidim/initiatives/initiative_metadata_g" end end end end
Version data entries
15 entries across 15 versions & 1 rubygems