1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-10-29 23:22:34 +01:00
BookStack/resources/views/common/loading-icon.blade.php

8 lines
150 B
PHP
Raw Normal View History

<div class="loading-container">
<div></div>
<div></div>
<div></div>
@if(isset($text))
<span>{{$text}}</span>
@endif
</div>