ajout heimdall
This commit is contained in:
14
heimdall/config/www/SupportedApps/GitLab/livestats.blade.php
Executable file
14
heimdall/config/www/SupportedApps/GitLab/livestats.blade.php
Executable file
@@ -0,0 +1,14 @@
|
||||
<ul class="livestats">
|
||||
@isset($status)
|
||||
<li>
|
||||
<span class="title">Status</span>
|
||||
<strong>{!! $status !!}</strong>
|
||||
</li>
|
||||
@endisset
|
||||
@isset($count_projects)
|
||||
<li>
|
||||
<span class="title">Projects/<br />Users</span>
|
||||
<strong>{!! $count_projects !!} / {!! $count_users !!}</strong>
|
||||
</li>
|
||||
@endisset
|
||||
</ul>
|
||||
Reference in New Issue
Block a user