1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Fixed: Show title on posters view when poster is unavailable

This commit is contained in:
Mark McDowall
2014-02-07 21:05:52 -08:00
parent c3eb9a7a8c
commit fcd05cda60
4 changed files with 27 additions and 27 deletions
@@ -11,15 +11,12 @@
<div class="ended-banner">Ended</div>
{{/unless_eq}}
<a href="{{route}}">
<img class="series-poster" src="{{poster}}" alt="{{title}}">
<img class="series-poster" src="{{poster}}" {{defaultImg}}>
<div class="center title">{{title}}</div>
</a>
</div>
</div>
<div class="title-container">
<div class="center title">{{title}}</div>
</div>
<div class="center">
<div class="labels">
{{#if_eq status compare="continuing"}}