This website requires JavaScript.
Explore
Help
Sign In
colin
/
bookstack
Watch
1
Star
0
Fork
You've already forked bookstack
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a61c9c5e98
bookstack
/
resources
/
views
/
common
/
loading-icon.blade.php
8 lines
150 B
PHP
Raw
Normal View
History
Unescape
Escape
Cleaned styles further and added loading icon to search
2015-09-04 02:05:45 +08:00
<
div
class
=
"
loading-container
"
>
<
div
></
div
>
<
div
></
div
>
<
div
></
div
>
Added loading icons, Added comment activity
2017-09-10 00:06:30 +08:00
@
if
(
isset
(
$text
))
<
span
>
{{
$text
}}
</
span
>
@
endif
Cleaned styles further and added loading icon to search
2015-09-04 02:05:45 +08:00
</
div
>