Class: Decidim::Comments::CommentThreadCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::Comments::CommentThreadCell
- Defined in:
- decidim-comments/app/cells/decidim/comments/comment_thread_cell.rb
Overview
A cell to display a comment thread.
Instance Method Summary collapse
Instance Method Details
#title ⇒ Object
7 8 9 10 11 |
# File 'decidim-comments/app/cells/decidim/comments/comment_thread_cell.rb', line 7 def title return unless has_threads? render :title end |