Fix typo (#12534)
This commit is contained in:
parent
0e4bd10b2e
commit
d1a594e7a9
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ module Admin
|
|||
@articles = articles_top(months_ago)
|
||||
when "satellite"
|
||||
@articles = articles_satellite
|
||||
when "satellite-not-bufffered"
|
||||
when "satellite-not-buffered"
|
||||
@articles = articles_satellite.where(last_buffered: nil)
|
||||
when "boosted-additional-articles"
|
||||
@articles = articles_boosted_additional
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue