mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
cleaned up template helpers
This commit is contained in:
parent
d7fbfec01e
commit
8841e43c25
17 changed files with 78 additions and 88 deletions
|
@ -31,7 +31,7 @@
|
|||
<div class="span8">
|
||||
{{#if isContinuing}}
|
||||
{{#if nextAiring}}
|
||||
<span class="label">{{date nextAiring}}</span>
|
||||
<span class="label">{{ShortDate nextAiring}}</span>
|
||||
{{/if}}
|
||||
<span class="label label-info">Season {{seasonCount}}</span>
|
||||
{{else}}
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<div class="labels">
|
||||
{{#if isContinuing}}
|
||||
{{#if nextAiring}}
|
||||
<span class="label label-inverse">{{date nextAiring}}</span>
|
||||
<span class="label label-inverse">{{ShortDate nextAiring}}</span>
|
||||
{{/if}}
|
||||
<span class="label label-info">Season {{seasonCount}}</span>
|
||||
{{else}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue