Include a mustached spinner.
This commit is contained in:
parent
9ee426c054
commit
581f9f6858
BIN
assets/images/ui/mustache-spinner.gif
Normal file
BIN
assets/images/ui/mustache-spinner.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 KiB |
|
@ -1,5 +1,5 @@
|
|||
<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>
|
||||
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.
|
||||
</p>
|
||||
|
||||
{{#if isSyncing}}
|
||||
{{else}}
|
||||
{{#unless isSyncing}}
|
||||
<h3>Great news!</h3>
|
||||
<p>
|
||||
We've successfully synchronized your details from GitHub. We will redirect you to your profile in a few seconds.
|
||||
</p>
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
</div>
|
||||
|
|
|
@ -17,3 +17,10 @@
|
|||
padding: 7px
|
||||
float: right
|
||||
margin: 15px
|
||||
|
||||
&.spinner
|
||||
border: 0px
|
||||
padding: 0px
|
||||
float: none
|
||||
margin: 0px
|
||||
margin-left: 5px
|
||||
|
|
Loading…
Reference in New Issue
Block a user