Lower number of comments showing on first page of article show (#1637)

This commit is contained in:
Ben Halpern 2019-01-23 17:57:51 -05:00 committed by GitHub
parent 0eb5402926
commit 2e667d0810
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,7 +207,7 @@ class StoriesController < ApplicationController
@article_show = true
@comment = Comment.new
assign_user_and_org
@comments_to_show_count = @article.cached_tag_list_array.include?("discuss") ? 65 : 35
@comments_to_show_count = @article.cached_tag_list_array.include?("discuss") ? 50 : 30
assign_second_and_third_user
not_found if permission_denied?
set_surrogate_key_header @article.record_key