Sha256: 6cc20f6c88ae868fe3c01c17f72a562da1243297c7c953ae006ee57a907f508d

Contents?: true

Size: 473 Bytes

Versions: 3

Compression:

Stored size: 473 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 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

Version Path
decidim-meetings-0.29.1 app/cells/decidim/meetings/meeting_l_cell.rb
decidim-meetings-0.29.0 app/cells/decidim/meetings/meeting_l_cell.rb
decidim-meetings-0.29.0.rc4 app/cells/decidim/meetings/meeting_l_cell.rb