From 9248564e87aad6d7a8f5c185402559223958031e Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 19 Aug 2014 17:00:50 -0700 Subject: [PATCH] FixedL Posters will show episode cound about next airing for consistency --- src/UI/Series/Index/Posters/SeriesPostersItemViewTemplate.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/UI/Series/Index/Posters/SeriesPostersItemViewTemplate.html b/src/UI/Series/Index/Posters/SeriesPostersItemViewTemplate.html index ce8253e48..880527df7 100644 --- a/src/UI/Series/Index/Posters/SeriesPostersItemViewTemplate.html +++ b/src/UI/Series/Index/Posters/SeriesPostersItemViewTemplate.html @@ -20,12 +20,13 @@
+ {{> EpisodeProgressPartial }} + {{#if_eq status compare="continuing"}} {{#if nextAiring}} {{RelativeDate nextAiring}} {{/if}} {{/if_eq}} - {{> EpisodeProgressPartial }}