Sha256: 1428d0bd7476d325421641f2c7d1b9af19f9e4f31111e289b31adbc622c458f7
Contents?: true
Size: 381 Bytes
Versions: 6
Compression:
Stored size: 381 Bytes
Contents
# frozen_string_literal: true module Decidim module Meetings # This cell renders the URL address of an online meeting. class MeetingUrlCell < Decidim::ViewModel include Cell::ViewModel::Partial include LayoutHelper private def resource_icon icon "video", class: "icon--big", role: "img", "aria-hidden": true end end end end
Version data entries
6 entries across 6 versions & 1 rubygems