mirror of
https://github.com/fazo96/markcloud.git
synced 2025-01-26 13:34:19 +01:00
better logging in animation
This commit is contained in:
parent
27333f0296
commit
403948fb38
@ -19,6 +19,10 @@
|
|||||||
<small><i class="fa fa-envelope"></i></small>
|
<small><i class="fa fa-envelope"></i></small>
|
||||||
</a>
|
</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
{{else}}
|
||||||
|
{{#if loggingIn}}
|
||||||
|
<a class="pull-right" href="/">
|
||||||
|
<small><i class="fa fa-cog fa-spin"></i></small></a>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{#if notHome}}
|
{{#if notHome}}
|
||||||
<a class="pull-right" href="/">
|
<a class="pull-right" href="/">
|
||||||
@ -30,6 +34,7 @@
|
|||||||
</a>
|
</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
{{/if}}
|
||||||
</h1>
|
</h1>
|
||||||
<hr>
|
<hr>
|
||||||
{{> notifications}}
|
{{> notifications}}
|
||||||
@ -154,9 +159,9 @@ You will be able to delete your account and all your data whenever you want.
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template name="spinner">
|
<template name="spinner">
|
||||||
<div id="spinner">
|
<!--<div id="spinner">
|
||||||
<i class="fa fa-2x fa-cog fa-spin"></i>
|
<i class="fa fa-2x fa-cog fa-spin"></i>
|
||||||
</div>
|
</div>-->
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template name="404">
|
<template name="404">
|
||||||
|
Loading…
Reference in New Issue
Block a user