Sha256: 3e25ef1aa37d9dffb68926d19ac9b11c252893b5eed126711ca2c4d0e09d23ec
Contents?: true
Size: 366 Bytes
Versions: 65
Compression:
Stored size: 366 Bytes
Contents
# frozen_string_literal: true module Decidim module Blogs # This cell renders the card for an instance of a Post # the default size is the Medium Card (:m) class PostCell < Decidim::ViewModel def show cell card_size, model, options end private def card_size "decidim/blogs/post_m" end end end end
Version data entries
65 entries across 65 versions & 1 rubygems