Fix #4953: Add is_deleted attribute to forum posts.
* Add data-is-deleted, data-updater-id, data-topic-id, and data-topic-is-deleted data attributes to forum posts. * Change data-forum-post-id to data-id. * Dim deleted forum posts like comments.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
class ForumPostComponent < ApplicationComponent
|
||||
attr_reader :forum_post, :original_forum_post_id, :dtext_data, :moderation_reports, :current_user
|
||||
|
||||
delegate :link_to_user, :time_ago_in_words_tagged, :format_text, :policy, to: :helpers
|
||||
delegate :link_to_user, :time_ago_in_words_tagged, :format_text, :policy, :data_attributes_for, to: :helpers
|
||||
|
||||
with_collection_parameter :forum_post
|
||||
|
||||
|
||||
Reference in New Issue
Block a user