10 lines
274 B
PHP
Executable File
10 lines
274 B
PHP
Executable File
<ul class="livestats">
|
|
<li>
|
|
<span class="title">Artifacts<br/>Size</span>
|
|
<strong>{!! $artifacts_size !!}</strong>
|
|
</li>
|
|
<li>
|
|
<span class="title">Artifacts<br/>Count</span>
|
|
<strong>{!! $artifacts_count !!}</strong>
|
|
</li>
|
|
</ul> |