ajout heimdall
This commit is contained in:
8
heimdall/config/www/SupportedApps/Bookstack/livestats.blade.php
Executable file
8
heimdall/config/www/SupportedApps/Bookstack/livestats.blade.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<ul class="livestats">
|
||||
@foreach ($visiblestats as $stat)
|
||||
<li>
|
||||
<span class="title">{!! $stat->title !!}</span>
|
||||
<strong>{!! $stat->value !!}</strong>
|
||||
</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
Reference in New Issue
Block a user