Sha256: 6d6dee45c151c7f49e0c84417667f64a67f1ecabcc9917ecabe5d884954c020c
Contents?: true
Size: 326 Bytes
Versions: 61
Compression:
Stored size: 326 Bytes
Contents
# frozen_string_literal: true module Decidim module Blogs # A cell to display when a post has been created. class PostActivityCell < ActivityCell def title I18n.t( "decidim.blogs.last_activity.new_post_at_html", link: participatory_space_link ) end end end end
Version data entries
61 entries across 61 versions & 1 rubygems