1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00
Files
Sonarr/src/UI/Episode/Summary/EpisodeSummaryLayoutTemplate.hbs
T
Keivan Beigi c472d8fe96 stripBom
2015-01-29 17:14:38 -08:00

15 lines
389 B
Handlebars

<div class="episode-info">
{{#with series}}
{{profile profileId}}
<span class="label label-info">{{network}}</span>
{{/with}}
<span class="label label-info">{{StartTime airDateUtc}}</span>
<span class="label label-info">{{RelativeDate airDateUtc}}</span>
</div>
<div class="episode-overview">
{{overview}}
</div>
<div class="episode-file-info"></div>