]>
BookStack Code Mirror - bookstack/blob - resources/views/common/loading-icon.blade.php
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
A11y: Updated other dropdown menus with correct tagging
[bookstack]
/
resources
/
views
/
common
/
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>