Rearrange items on the first sync page.
The success message would originally show up below the message that we're synchronizing. This change shows either the information or the success message.
This commit is contained in:
parent
2fa2ea533b
commit
c43aa7bdac
|
@ -1,9 +1,8 @@
|
||||||
<div id="first_sync">
|
<div id="first_sync">
|
||||||
|
{{#if isSyncing}}
|
||||||
<img src="/images/getting-started/mustache-spinner.gif" class="spinner" width="300">
|
<img src="/images/getting-started/mustache-spinner.gif" class="spinner" width="300">
|
||||||
|
|
||||||
<p class="first-sync-head">One more thing</p>
|
<p class="first-sync-head">One more thing</p>
|
||||||
<p class="few-more">Just a few more seconds as we talk to GitHub to find out which repositories belong to you.</p>
|
<p class="few-more">Just a few more seconds as we talk to GitHub to find out which repositories belong to you.</p>
|
||||||
|
|
||||||
<div class="sync-row">
|
<div class="sync-row">
|
||||||
<div class="sync-column">
|
<div class="sync-column">
|
||||||
<p class="align-right">
|
<p class="align-right">
|
||||||
|
@ -17,13 +16,15 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="sync-row">
|
{{/if}}
|
||||||
|
|
||||||
{{#unless isSyncing}}
|
{{#unless isSyncing}}
|
||||||
|
<div class="sync-row">
|
||||||
<img src="/images/getting-started/mustache-no-spin.png" class="spinner" width="100">
|
<img src="/images/getting-started/mustache-no-spin.png" class="spinner" width="100">
|
||||||
<p class="great-news">Great news!</p>
|
<p class="great-news">Great news!</p>
|
||||||
<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>
|
||||||
|
</div>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user