Sha256: 6edf368899f66c50645661bb38662638aaf32c04e3955083893e3ff7a79ab798
Contents?: true
Size: 416 Bytes
Versions: 72
Compression:
Stored size: 416 Bytes
Contents
# frozen_string_literal: true require "cell/partial" module Decidim module Sortitions # This cell renders the card for an instance of a Sortition # the default size is the Medium Card (:m) class SortitionCell < Decidim::ViewModel def show cell card_size, model, @options end private def card_size "decidim/sortitions/sortition_m" end end end end
Version data entries
72 entries across 72 versions & 1 rubygems