diff --git a/app/styles/app/layouts/first-sync.sass b/app/styles/app/layouts/first-sync.sass index 76dcc15c..11a93fdb 100644 --- a/app/styles/app/layouts/first-sync.sass +++ b/app/styles/app/layouts/first-sync.sass @@ -8,12 +8,11 @@ .first-sync - - .not-syncing - margin-top: 5rem - text-align: center + margin-top: 5rem + text-align: center .great-news + margin: 1.5em 0 1em font-size: 36px font-weight: 400 color: $grey3 diff --git a/app/templates/first-sync.hbs b/app/templates/first-sync.hbs index 7677e7ff..d72e62d3 100644 --- a/app/templates/first-sync.hbs +++ b/app/templates/first-sync.hbs @@ -1,32 +1,25 @@ -
+
+
{{#if isSyncing}} - -

One more thing

-

Just a few more seconds as we talk to GitHub to find out which repositories belong to you.

-
-
-

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

-
- -
-

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

-
-
+ +

One more thing

+

Just a few more seconds as we talk to GitHub to find out which repositories belong to you.

+

+ 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. +

+

+ 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. +

{{/if}} {{#unless isSyncing}} -
-
+
-

Great news!

-

- We've successfully synchronized your details from GitHub.
We will redirect you to your profile in a few seconds. -

-
-
+ +

Great news!

+

+ We've successfully synchronized your details from GitHub.
We will redirect you to your profile in a few seconds. +

{{/unless}} +