1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 10:28:08 +00:00
Lidarr/UI/Calendar/UpcomingItemTemplate.html

12 lines
405 B
HTML
Raw Normal View History

<div class="event">
<div class="date {{statusLevel}}">
<h1>{{day}}</h1>
<h4>{{month}}</h4>
</div>
2013-06-09 19:10:15 -07:00
<a href="{{series.route}}">
<h4>{{series.title}}</h4>
</a>
2013-06-24 21:43:16 -07:00
<p>{{startTime}} {{ShortDate airDate}}<span class="pull-right">{{seasonNumber}}x{{paddedEpisodeNumber}}</span><br>{{episodeTitle}}</p>
2013-06-28 08:43:37 -07:00
<p class="episode-title x-episode-title">{{title}}</p>
</div>