Class: Decidim::Blogs::PostActivityCell
- Inherits:
-
ActivityCell
- Object
- ActivityCell
- Decidim::Blogs::PostActivityCell
- 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
#title ⇒ Object
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 |