1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

added series route as a mutator to series model.

This commit is contained in:
kay.one
2013-06-04 22:22:07 -07:00
parent 9b5d22455b
commit 44696a15e7
6 changed files with 14 additions and 9 deletions
+4 -2
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>