Ben/womens day (#54)

* Up shecoded to 100 on sidebar
This commit is contained in:
Ben Halpern 2018-03-08 05:46:36 -08:00 committed by GitHub
parent bb0a3df612
commit 39759afaa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 %>