mirror of https://github.com/Radarr/Radarr
FixedL Posters will show episode cound about next airing for consistency
This commit is contained in:
parent
c4936f0523
commit
9248564e87
|
@ -20,12 +20,13 @@
|
||||||
|
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<div class="labels">
|
<div class="labels">
|
||||||
|
{{> EpisodeProgressPartial }}
|
||||||
|
|
||||||
{{#if_eq status compare="continuing"}}
|
{{#if_eq status compare="continuing"}}
|
||||||
{{#if nextAiring}}
|
{{#if nextAiring}}
|
||||||
<span class="label label-default">{{RelativeDate nextAiring}}</span>
|
<span class="label label-default">{{RelativeDate nextAiring}}</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if_eq}}
|
{{/if_eq}}
|
||||||
{{> EpisodeProgressPartial }}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue