Sha256: 0b816d294660ed429f9c518f127c514b75432b0cfb610f034de1f3581385d246
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
# frozen_string_literal: true module Decidim # A cell to display when a conference has been created. class ConferenceActivityCell < ActivityCell def title I18n.t("decidim.conferences.last_activity.new_conference") end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
decidim-conferences-0.29.1 | app/cells/decidim/conference_activity_cell.rb |
decidim-conferences-0.28.4 | app/cells/decidim/conference_activity_cell.rb |