Sha256: 29b77bd98f97f1abd37481caf8f8a3c4fe9edef63e80a399942de16b6f7060ce
Contents?: true
Size: 466 Bytes
Versions: 18
Compression:
Stored size: 466 Bytes
Contents
# frozen_string_literal: true module Decidim module Comments # This cell renders the comment card for an instance of a Comment # the default size is the Search Card (:s) class CommentCardCell < Decidim::ViewModel include CommentCellsHelper include Cell::ViewModel::Partial def show cell card_size, model, options end private def card_size "decidim/comments/comment_s" end end end end
Version data entries
18 entries across 18 versions & 1 rubygems