Sha256: eb4f1af2795173fbb3d5af93c93c8168024cde36bb630d46a4f062cafcb90ef2
Contents?: true
Size: 462 Bytes
Versions: 8
Compression:
Stored size: 462 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 Medium Card (:m) class CommentCell < Decidim::ViewModel include CommentCellsHelper include Cell::ViewModel::Partial def show cell card_size, model, options end private def card_size "decidim/comments/comment_m" end end end end
Version data entries
8 entries across 8 versions & 1 rubygems