Episode count on posters and coloured bars

This commit is contained in:
Mark McDowall 2013-07-25 20:25:56 -07:00
commit 9ba0623987
7 changed files with 78 additions and 17 deletions

View file

@ -24,10 +24,9 @@
{{#if nextAiring}}
<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_eq}}
{{seasonCountHelper}}
{{> EpisodeProgressPartial }}
</div>
</div>
</div>