parent
bb0a3df612
commit
39759afaa9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue