Sha256: a6ac58492b1055627d7a904da42ef1a720e063a262033737e7ba1c6992bc1184
Contents?: true
Size: 518 Bytes
Versions: 3
Compression:
Stored size: 518 Bytes
Contents
# frozen_string_literal: true require "cell/partial" module Decidim module Meetings # This cell renders the List (:l) meeting card # for an instance of a Meeting class MeetingLCell < Decidim::CardLCell alias meeting model def has_image? true end def extra_class "card__calendar-list__reset" end def image render end private def metadata_cell "decidim/meetings/meeting_card_metadata" end end end end
Version data entries
3 entries across 3 versions & 1 rubygems