mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
11 lines
362 B
HTML
11 lines
362 B
HTML
<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>
|
|
<p>{{startTime}} {{bestDateString}}<span class="pull-right">{{seasonNumber}}x{{paddedEpisodeNumber}}</span><br>{{episodeTitle}}</p>
|
|
</div>
|