filesafe/views/_partial/loader.njk
Bobby Wibowo 6a934627a2
Added loader icon on dashboard
It will be shown when token is still being verified.

Moved loader icon section from auth.njk to _partial/loader.njk,
which will also be included into dashboard.njk.

Bumped v1 version string.
2019-09-21 11:50:49 +07:00

8 lines
203 B
Plaintext

<section id="loader" class="hero is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<span class="loader is-inline-block"></span>
</div>
</div>
</section>