travis-web/app/templates/first-sync.hbs

28 lines
1.1 KiB
Handlebars

{{#travis-layout layoutName="layouts/simple"}}
<div id="first_sync" class="row first-sync">
<div class="column medium-6 medium-centered">
{{#if isSyncing}}
<img src="/images/getting-started/mustache-spinner.gif" class="spinner" width="300">
<h1 class="first-sync-head great-news">One more thing</h1>
<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="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>
<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>
{{/if}}
{{#unless isSyncing}}
<figure>
<span class="mascot"></span>
</figure>
<h1 class="great-news">Great news!</h1>
<p>
We've successfully synchronized your details from GitHub.<br>We will redirect you to your profile in a few seconds.
</p>
{{/unless}}
</div>
</div>
{{/travis-layout}}