Sha256: 46e34cc905d6c18880a642203f50ece3959a3baaa56f484c57bbda43ace13924
Contents?: true
Size: 423 Bytes
Versions: 18
Compression:
Stored size: 423 Bytes
Contents
# frozen_string_literal: true require "cell/partial" module Decidim module Accountability # This cell renders the result card for an instance of a Result # the default size is the List Card (:l) class ResultCardCell < Decidim::ViewModel def show cell card_size, model, options end private def card_size "decidim/accountability/result_l" end end end end
Version data entries
18 entries across 18 versions & 1 rubygems