From 08451c7cb9a097ebdb92f6b1fc88c186e18a06f8 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Wed, 2 Oct 2019 09:23:01 +0100 Subject: [PATCH] Show most recent media first --- views/media.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/media.haml b/views/media.haml index bb1c37d..80c4135 100644 --- a/views/media.haml +++ b/views/media.haml @@ -5,7 +5,7 @@ Add more media here %table - - stories.each do |story| + - stories.reverse_each do |story| %tr %td.nowrap= short_date(story['publish_date']) %td.nowrap= story['publication']