Sha256: f45fcb5fba501bb2769b8b4a0e8e1ded43d36150e56bdb34eb4fca4d1454882c

Contents?: true

Size: 306 Bytes

Versions: 6

Compression:

Stored size: 306 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module Votings
    module ContentBlocks
      module LandingPage
        class AttachmentsAndFoldersCell < Decidim::ViewModel
          def show
            content_tag(:div, "AttachmentsAndFoldersCell")
          end
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
decidim-elections-0.24.3 app/cells/decidim/votings/content_blocks/landing_page/attachments_and_folders_cell.rb
decidim-elections-0.24.2 app/cells/decidim/votings/content_blocks/landing_page/attachments_and_folders_cell.rb
decidim-elections-0.24.1 app/cells/decidim/votings/content_blocks/landing_page/attachments_and_folders_cell.rb
decidim-elections-0.24.0 app/cells/decidim/votings/content_blocks/landing_page/attachments_and_folders_cell.rb
decidim-elections-0.24.0.rc2 app/cells/decidim/votings/content_blocks/landing_page/attachments_and_folders_cell.rb
decidim-elections-0.24.0.rc1 app/cells/decidim/votings/content_blocks/landing_page/attachments_and_folders_cell.rb