Include a mustached spinner.

This commit is contained in:
Mathias Meyer 2013-08-26 12:47:35 +02:00
parent 9ee426c054
commit 581f9f6858
3 changed files with 10 additions and 4 deletions
assets
images/ui
scripts/app/templates
styles

Binary file not shown.

After

(image error) Size: 156 KiB

View File

@ -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>

View File

@ -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