Files
docker-configs/heimdall/config/www/SupportedApps/FreshRSS/livestats.blade.php
2025-01-01 11:24:01 +01:00

8 lines
173 B
PHP
Executable File

<ul class="livestats">
@if ($unread > 0)
<li>
<span class="title" style="color:orange;">{!! $unread !!} Unread</span>
</li>
@endif
</ul>