From ec00df4ea4b6d2f3a33803314308a741f13ccfdb Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Thu, 8 Nov 2018 17:19:18 -0500 Subject: [PATCH] Modify number of posts in home sidebar tags (#1087) --- .../articles/_sidebar_additional.html.erb | 39 +------------------ 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/app/views/articles/_sidebar_additional.html.erb b/app/views/articles/_sidebar_additional.html.erb index 226ba2486..73421025d 100644 --- a/app/views/articles/_sidebar_additional.html.erb +++ b/app/views/articles/_sidebar_additional.html.erb @@ -108,43 +108,6 @@ <% end %> - <% if Flipflop.she_coded? %> -
-
- <#SHECODED> -
-
- -

VIEW ALL #SHECODED

-

SUBMIT YOUR STORY

-
-
- <% end %> - <% if Event.in_the_future_and_published.any? && Flipflop.upcoming_events? %> -
-
- upcoming live events -
-
- - VIEW ALL EVENTS -
-
- <% end %> <% ApplicationConfig["TRENDING_TAGS"].split(",").each do |tag| %>
@@ -152,7 +115,7 @@