Sha256: 4f133ae60d1486d3fc17cd271ca3ec3431d89e9229852459e9aa10026671752e
Contents?: true
Size: 425 Bytes
Versions: 7
Compression:
Stored size: 425 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryProcesses # This cell renders the process card for an instance of a ProcessGroup # the default size is the Medium Card (:m) class ProcessGroupCell < Decidim::ViewModel def show cell card_size, model end private def card_size "decidim/participatory_processes/process_group_m" end end end end
Version data entries
7 entries across 7 versions & 1 rubygems