We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e2ab3 commit 0701a6dCopy full SHA for 0701a6d
1 file changed
Plex/livestats.blade.php
@@ -1,11 +1,11 @@
1
<ul class="livestats">
2
<li>
3
- <span class="title">Recent</span>
4
- <strong>{!! $recently_added ?? '' !!}</strong>
+ <span class="title">{!! $section_1_title ?? '' !!}</span>
+ <strong>{!! $section_1_number ?? '' !!}</strong>
5
</li>
6
7
- <span class="title">On Deck</span>
8
- <strong>{!! $on_deck ?? '' !!}</strong>
+ <span class="title">{!! $section_2_title ?? '' !!}</span>
+ <strong>{!! $section_2_number ?? '' !!}</strong>
9
10
11
</ul>
0 commit comments