fixes #1963
This commit is contained in:
@@ -52,6 +52,7 @@ class PostPresenter < Presenter
|
|||||||
data-has-children="#{post.has_children?}"
|
data-has-children="#{post.has_children?}"
|
||||||
data-score="#{post.score}"
|
data-score="#{post.score}"
|
||||||
data-fav-count="#{post.fav_count}"
|
data-fav-count="#{post.fav_count}"
|
||||||
|
data-pixiv-id="#{post.pixiv_id}"
|
||||||
}.html_safe
|
}.html_safe
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user