1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Removed season count from poster, table has coloured episode count now

This commit is contained in:
Mark McDowall
2013-07-26 18:48:28 -07:00
parent 24117047b8
commit c7a2d41b8d
3 changed files with 2 additions and 7 deletions
+1 -5
View File
@@ -1,5 +1 @@
<div class="progress">
<span class="progressbar-back-text">{{episodeFileCount}} / {{episodeCount}}</span>
<div class="bar" style="width:{{percentOfEpisodes}}%"><span class="progressbar-front-text">{{episodeFileCount}} / {{episodeCount}}</span></div>
</div>
{{> EpisodeProgressPartial }}