Sha256: 52fc4de2a893a786e720512a06ccebb94e30809ecf533bc55d898eb324e71d83
Contents?: true
Size: 575 Bytes
Versions: 45
Compression:
Stored size: 575 Bytes
Contents
# frozen_string_literal: true module Decidim module Comments # A cell to display when a comment has been created. class CommentActivityCell < ActivityCell include CommentCellsHelper def title I18n.t( "decidim.comments.last_activity.new_comment_at_html", link: link_to( root_commentable_title, resource_link_path ) ) end def participatory_space model.participatory_space_lazy end def comment model.resource_lazy end end end end
Version data entries
45 entries across 45 versions & 1 rubygems