This commit is contained in:
r888888888
2017-11-10 14:06:56 -08:00
parent 893563cf9a
commit 710a5f1abe
2 changed files with 32 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ module PostsHelper
msg = "#{params[:id]},#{session.id}"
verifier = ActiveSupport::MessageVerifier.new(Danbooru.config.reportbooru_key, digest: "SHA256").generate(msg)
return render("posts/partials/index/view_count", msg: msg)
return render("posts/partials/show/view_count", msg: msg)
end
def common_searches_html(user)