posts: remove unused data-views data attribute.
This commit is contained in:
@@ -95,7 +95,6 @@ class PostPreviewComponent < ApplicationComponent
|
||||
"data-parent-id" => post.parent_id,
|
||||
"data-has-children" => post.has_children?,
|
||||
"data-score" => post.score,
|
||||
"data-views" => post.view_count,
|
||||
"data-fav-count" => post.fav_count,
|
||||
"data-pixiv-id" => post.pixiv_id,
|
||||
"data-file-ext" => post.file_ext,
|
||||
|
||||
Reference in New Issue
Block a user