1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-04 18:48:36 +00:00
Sonarr/UI/Calendar/UpcomingItemTemplate.html

11 lines
361 B
HTML
Raw Normal View History

<div class="event">
<div class="date {{statusLevel}}">
<h1>{{day}}</h1>
<h4>{{month}}</h4>
</div>
<a href="/series/details/{{series.titleSlug}}">
<h4>{{series.title}}</h4>
</a>
2013-06-06 19:39:12 -07:00
<p>{{startTime}} {{date airDate}}<span class="pull-right">{{seasonNumber}}x{{paddedEpisodeNumber}}</span><br>{{episodeTitle}}</p>
</div>