Sha256: 543d13f7871ac521598da0c11f6f11ca7986d61b9304b1281adb787a46a1e38c
Contents?: true
Size: 466 Bytes
Versions: 37
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 Medium Card (:m) 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_m" end end end end
Version data entries
37 entries across 37 versions & 1 rubygems