This commit is contained in:
Toks
2013-08-28 16:20:32 -04:00
parent d8fd5fb212
commit 2ba6a92575

View File

@@ -52,6 +52,7 @@ class PostPresenter < Presenter
data-has-children="#{post.has_children?}"
data-score="#{post.score}"
data-fav-count="#{post.fav_count}"
data-pixiv-id="#{post.pixiv_id}"
}.html_safe
end