Include a mustached spinner.
This commit is contained in:
parent
9ee426c054
commit
581f9f6858
assets
BIN
assets/images/ui/mustache-spinner.gif
Normal file
BIN
assets/images/ui/mustache-spinner.gif
Normal file
Binary file not shown.
After ![]() (image error) Size: 156 KiB |
|
@ -1,5 +1,5 @@
|
||||||
<div id="getting-started">
|
<div id="getting-started">
|
||||||
<h3>Just one more thing...</h3>
|
<h3>Just one more thing...<img class="spinner" width="20" src="/images/ui/mustache-spinner.gif"/></h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
We're almost done getting you on board, just a few more seconds as we talk to GitHub to find out which
|
We're almost done getting you on board, just a few more seconds as we talk to GitHub to find out which
|
||||||
|
@ -20,11 +20,10 @@
|
||||||
Now hold tight while we sync the last bits from GitHub, we should be done here any minute now.
|
Now hold tight while we sync the last bits from GitHub, we should be done here any minute now.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{{#if isSyncing}}
|
{{#unless isSyncing}}
|
||||||
{{else}}
|
|
||||||
<h3>Great news!</h3>
|
<h3>Great news!</h3>
|
||||||
<p>
|
<p>
|
||||||
We've successfully synchronized your details from GitHub. We will redirect you to your profile in a few seconds.
|
We've successfully synchronized your details from GitHub. We will redirect you to your profile in a few seconds.
|
||||||
</p>
|
</p>
|
||||||
{{/if}}
|
{{/unless}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -17,3 +17,10 @@
|
||||||
padding: 7px
|
padding: 7px
|
||||||
float: right
|
float: right
|
||||||
margin: 15px
|
margin: 15px
|
||||||
|
|
||||||
|
&.spinner
|
||||||
|
border: 0px
|
||||||
|
padding: 0px
|
||||||
|
float: none
|
||||||
|
margin: 0px
|
||||||
|
margin-left: 5px
|
||||||
|
|
Loading…
Reference in New Issue
Block a user