]> BookStack Code Mirror - bookstack/blob - resources/views/partials/loading-icon.blade.php
Add the "Create Shelf" resp. "Create Book" to the home view
[bookstack] / resources / views / partials / loading-icon.blade.php
1 <div class="loading-container">
2     <div></div>
3     <div></div>
4     <div></div>
5     @if(isset($text))
6         <span>{{$text}}</span>
7     @endif
8 </div>