added series route as a mutator to series model.

This commit is contained in:
kay.one 2013-06-04 22:22:07 -07:00
commit 44696a15e7
6 changed files with 14 additions and 9 deletions

View file

@ -3,6 +3,8 @@
<h1>{{day}}</h1>
<h4>{{month}}</h4>
</div>
<h4>{{series.title}}</h4>
<a href="series/details/{{series.titleSlug}}">
<h4>{{series.title}}</h4>
</a>
<p>{{startTime}} {{bestDateString}}<span class="pull-right">{{seasonNumber}}x{{paddedEpisodeNumber}}</span><br>{{episodeTitle}}</p>
</div>
</div>