From c43aa7bdacb50a5ca0baa8f493f3cf5e19a0df0f Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Tue, 6 May 2014 10:22:50 +0200 Subject: [PATCH] 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. --- assets/scripts/app/templates/first_sync.hbs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/scripts/app/templates/first_sync.hbs b/assets/scripts/app/templates/first_sync.hbs index 16d217bb..cec06c8b 100644 --- a/assets/scripts/app/templates/first_sync.hbs +++ b/assets/scripts/app/templates/first_sync.hbs @@ -1,9 +1,8 @@
+ {{#if isSyncing}} -

One more thing

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

-

@@ -17,13 +16,15 @@

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

Great news!

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

- {{/unless}}
+ {{/unless}}