From d2ebf4cbcfc58c37ad11aead2f8452e820e14e42 Mon Sep 17 00:00:00 2001
From: Piotr Sarnacki
Date: Sun, 25 Aug 2013 13:13:58 +0200
Subject: [PATCH] Remove indicator from first sync for now
---
assets/scripts/app/templates/first_sync.hbs | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/assets/scripts/app/templates/first_sync.hbs b/assets/scripts/app/templates/first_sync.hbs
index b63a8a09..ec536fda 100644
--- a/assets/scripts/app/templates/first_sync.hbs
+++ b/assets/scripts/app/templates/first_sync.hbs
@@ -21,11 +21,10 @@
{{#if isSyncing}}
- --- big indicator ---
{{else}}
Great news!
We've successfully synchronized your details from GitHub. Now {{#linkTo "index.current"}}go get started!{{/linkTo}}
-
+
{{/if}}