mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 00:12:30 +01:00
14 lines
449 B
HTML
14 lines
449 B
HTML
<div class="event">
|
|
<div class="date {{StatusLevel}}">
|
|
<h1>{{Day airDate}}</h1>
|
|
<h4>{{Month airDate}}</h4>
|
|
</div>
|
|
{{#with series}}
|
|
<a href="{{route}}">
|
|
<h4>{{title}}</h4>
|
|
</a>
|
|
{{/with}}
|
|
<p>{{StartTime airDate}} {{ShortDate airDate}}<span class="pull-right">{{seasonNumber}}x{{Pad2 episodeNumber}}</span><br>{{episodeTitle}}</p>
|
|
<p class="episode-title x-episode-title">{{title}}</p>
|
|
</div>
|