Sha256: 2ab8445d842827f35686d45dc1fc270f451517d01a9f017de1cffffbc2e596e5
Contents?: true
Size: 416 Bytes
Versions: 13
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_l" end end end end
Version data entries
13 entries across 13 versions & 1 rubygems