1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00
Files
Sonarr/src/UI/Calendar/UpcomingItemViewTemplate.hbs
T
Keivan Beigi c472d8fe96 stripBom
2015-01-29 17:14:38 -08:00

19 lines
541 B
Handlebars

<div class="event">
<div class="date {{StatusLevel}}">
<h1>{{Day airDateUtc}}</h1>
<h4>{{Month airDateUtc}}</h4>
</div>
{{#with series}}
<a href="{{route}}">
<h4>{{title}}</h4>
</a>
{{/with}}
<p>{{StartTime airDateUtc}} {{#unless_today airDateUtc}}{{ShortDate airDateUtc}}{{/unless_today}}</p>
<p>
<span class="episode-title x-episode-title">
{{title}}
</span>
<span class="pull-right">{{seasonNumber}}x{{Pad2 episodeNumber}}</span>
</p>
</div>