
The success message would originally show up below the message that we're synchronizing. This change shows either the information or the success message.
31 lines
1.1 KiB
Handlebars
31 lines
1.1 KiB
Handlebars
<div id="first_sync">
|
|
{{#if isSyncing}}
|
|
<img src="/images/getting-started/mustache-spinner.gif" class="spinner" width="300">
|
|
<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>
|
|
<div class="sync-row">
|
|
<div class="sync-column">
|
|
<p class="align-right">
|
|
If you're part of an organization that already has repositories set up on Travis CI, we'll take you to the list once we're done.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="sync-column">
|
|
<p>
|
|
If you're not part of any existing organizations yet, we'll take you to a handy getting started guide to get you off the ground quickly.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
{{/if}}
|
|
|
|
{{#unless isSyncing}}
|
|
<div class="sync-row">
|
|
<img src="/images/getting-started/mustache-no-spin.png" class="spinner" width="100">
|
|
<p class="great-news">Great news!</p>
|
|
<p>
|
|
We've successfully synchronized your details from GitHub. We will redirect you to your profile in a few seconds.
|
|
</p>
|
|
</div>
|
|
{{/unless}}
|
|
</div>
|