cleaned up template helpers

This commit is contained in:
kay.one
2013-06-24 21:43:16 -07:00
parent d7fbfec01e
commit 8841e43c25
17 changed files with 78 additions and 88 deletions
+1 -1
View File
@@ -6,5 +6,5 @@
<a href="{{series.route}}">
<h4>{{series.title}}</h4>
</a>
<p>{{startTime}} {{date airDate}}<span class="pull-right">{{seasonNumber}}x{{paddedEpisodeNumber}}</span><br>{{episodeTitle}}</p>
<p>{{startTime}} {{ShortDate airDate}}<span class="pull-right">{{seasonNumber}}x{{paddedEpisodeNumber}}</span><br>{{episodeTitle}}</p>
</div>