From 39759afaa9c9d43b00a260b784caf7a2d4dab778 Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Thu, 8 Mar 2018 05:46:36 -0800 Subject: [PATCH] Ben/womens day (#54) * Up shecoded to 100 on sidebar --- app/views/articles/_sidebar_additional.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/articles/_sidebar_additional.html.erb b/app/views/articles/_sidebar_additional.html.erb index e99763a74..b693cd511 100644 --- a/app/views/articles/_sidebar_additional.html.erb +++ b/app/views/articles/_sidebar_additional.html.erb @@ -96,7 +96,7 @@ where(published: true, approved: true). tagged_with(["shecoded", "theycoded"], any: true). order("published_at DESC"). - limit(50). + limit(100). pluck(:path, :title, :comments_count, :created_at). each do |plucked_article| %> <%= render "articles/widget_list_item", plucked_article: plucked_article, show_comment_count: false %>