diff --git a/app/templates/account.hbs b/app/templates/account.hbs
index 9bc68795..5e144d3b 100644
--- a/app/templates/account.hbs
+++ b/app/templates/account.hbs
@@ -3,49 +3,47 @@
{{view.name}}
{{!-- {{sync-button user=auth.currentUser}} --}}
-
- {{#if config.pro}}
- We're only showing you private repositories. You can find your public projects on travis-ci.org.
+ {{#if user.isSyncing}}
+
+ Please wait while we synchronize your data from GitHub
+
{{else}}
- We're only showing you public repositories. You can find your private projects on travis-ci.com.
- {{/if}}
-
-
-
-
- -
-
-
- Flick the repository switch on
-
-
- -
-
-
- Add .travis.yml file to your repository
-
-
- -
-
-
- Trigger your first build with a git push
-
-
-
-
+
+ Last synchronized from GitHub: {{format-time user.syncedAt}}
+
+ Sync now
+
+
+ {{#if config.pro}}
+ We're only showing you private repositories. You can find your public projects on travis-ci.org.
+ {{else}}
+ We're only showing you public repositories. You can find your private projects on travis-ci.com.
+ {{/if}}
+
-
- {{#if user.isSyncing}}
-
- Please wait while we synchronize your data from GitHub
-
- {{else}}
-
- Last synchronized from GitHub: {{format-time user.syncedAt}}
-
- Sync now
-
-
+
+
+
+ -
+
+
+ Flick the repository switch on
+
+
+ -
+
+
+ Add .travis.yml file to your repository
+
+
+ -
+
+
+ Trigger your first build with a git push
+
+
+
+
+ {{!-- {{#if hooksWithoutAdmin.length}}
+
+
Repositories without admin access
+
+ You only have pull or push access to the repositories below.
+
- {{!-- {{#if hooksWithoutAdmin.length}}
-
-
Repositories without admin access
-
-
- You only have pull or push access to the repositories below.
-
-
-
- {{#each hook in hooksWithoutAdmin}}
- -
- {{hook.slug}}
-
{{hook.description}}
-
- {{/each}}
-
-
- {{/if}} --}}
- {{/if}}
+
+ {{#each hook in hooksWithoutAdmin}}
+ -
+ {{hook.slug}}
+
{{hook.description}}
+
+ {{/each}}
+
+
+ {{/if}} --}}
+ {{/if}}
{{else}}
Loading