Sha256: 6cb1d04ff6dab36d5db651d32913e335e79335c185a7db94a52884fd80d5728d
Contents?: true
Size: 463 Bytes
Versions: 13
Compression:
Stored size: 463 Bytes
Contents
# frozen_string_literal: true require "cell/partial" module Decidim module Sortitions # This cell renders a sortition with its L-size card. class SortitionLCell < Decidim::CardLCell include Decidim::Sortitions::Engine.routes.url_helpers private def has_author? false end def has_state? true end def metadata_cell "decidim/sortitions/sortition_metadata" end end end end
Version data entries
13 entries across 13 versions & 1 rubygems