1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-30 19:56:54 +00:00

Merge pull request #98 from ToBeFrank/show-hide-fix

Fixed: Moved episode grid below show/hide button
This commit is contained in:
Mark McDowall 2014-08-08 16:35:25 -07:00
commit 4de9c8b7fb

View file

@ -31,7 +31,6 @@
</div>
</span>
</h2>
<div class="x-episode-grid table-responsive"></div>
<div class="show-hide-episodes x-show-hide-episodes">
<h4>
{{#if showingEpisodes}}
@ -43,4 +42,5 @@
{{/if}}
</h4>
</div>
<div class="x-episode-grid table-responsive"></div>
</div>