Added seasons to top of series details (toggling and jump to)

This commit is contained in:
Mark McDowall
2013-07-31 23:32:36 -07:00
parent 49c5762c6d
commit 125deb3931
9 changed files with 176 additions and 5 deletions
@@ -0,0 +1,14 @@
{{#if allFilesDownloaded}}
<span class="label label-info season-menu-item">
{{else}}
<span class="label label-white season-menu-item">
{{/if}}
<i class="x-season-monitored clickable" title="Toggle season monitored status"/>
<span class="x-text text" title="Go to season">
{{#if_eq seasonNumber compare=0}}
Specials
{{else}}
S{{Pad2 seasonNumber}}
{{/if_eq}}
</span>
</span>