app/cells/decidim/comments/comment_cell.rb in decidim-comments-0.28.4 vs app/cells/decidim/comments/comment_cell.rb in decidim-comments-0.29.0.rc1

- old
+ new

@@ -2,11 +2,9 @@ module Decidim module Comments # A cell to display a single comment. class CommentCell < Decidim::ViewModel - include ActionView::Helpers::DateHelper - include Decidim::IconHelper include Decidim::ResourceHelper include Cell::ViewModel::Partial delegate :current_user, :user_signed_in?, to: :controller