sugar kills (removed sugar.js)

Relative dates for next airing on posters and list (series)
History time shows real time on tooltip
This commit is contained in:
Mark McDowall 2013-07-16 23:23:44 -07:00
commit 207d9c256d
21 changed files with 296 additions and 9100 deletions

View file

@ -20,14 +20,14 @@
<div class="center">
<div class="labels">
{{#if isContinuing}}
{{#if_eq status compare="continuing"}}
{{#if nextAiring}}
<span class="label label-inverse">{{ShortDate nextAiring}}</span>
<span class="label label-inverse">{{NextAiring nextAiring}}</span>
{{/if}}
<span class="label label-info">Season {{seasonCount}}</span>
{{else}}
<span class="label label-info">{{seasonCount}} Seasons</span>
{{/if}}
{{/if_eq}}
</div>
</div>
</div>