Class: Decidim::Blogs::PostActivityCell

Inherits:
ActivityCell
  • Object
show all
Defined in:
app/cells/decidim/blogs/post_activity_cell.rb

Overview

A cell to display when a post has been created.

Instance Method Summary collapse

Instance Method Details

#titleObject



7
8
9
# File 'app/cells/decidim/blogs/post_activity_cell.rb', line 7

def title
  I18n.t("decidim.blogs.last_activity.new_post")
end