mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
Merge pull request #98 from ToBeFrank/show-hide-fix
Fixed: Moved episode grid below show/hide button
This commit is contained in:
@@ -31,7 +31,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="x-episode-grid table-responsive"></div>
|
|
||||||
<div class="show-hide-episodes x-show-hide-episodes">
|
<div class="show-hide-episodes x-show-hide-episodes">
|
||||||
<h4>
|
<h4>
|
||||||
{{#if showingEpisodes}}
|
{{#if showingEpisodes}}
|
||||||
@@ -43,4 +42,5 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="x-episode-grid table-responsive"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user