mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Added tooltip to airdate on posters view
This commit is contained in:
parent
c3de0006ff
commit
32701d5e84
4 changed files with 27 additions and 5 deletions
|
@ -12,13 +12,13 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="center title">{{title}}</div>
|
||||
<!--<div class="center title">{{title}}</div>-->
|
||||
|
||||
<div class="center">
|
||||
<div class="labels">
|
||||
{{#if isContinuing}}
|
||||
{{#if bestDateString}}
|
||||
<span class="label label-inverse">{{bestDateString}}</span>
|
||||
<span class="label label-inverse air-date" title="{{shortDate}}">{{bestDateString}}</span>
|
||||
{{else}}
|
||||
<span class="label label-inverse">{{statusText}}</span>
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue