From 7e6ae05943ef8f5fd2df82e2183570e5393663b5 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Tue, 17 Mar 2015 15:01:38 +0100 Subject: [PATCH] change loading indicators --- app/templates/accounts-list/empty.hbs | 2 +- app/templates/events/list.hbs | 2 +- app/templates/loading.hbs | 2 +- app/templates/main/loading.hbs | 2 +- app/templates/profile/loading.hbs | 2 +- app/templates/repos-list/empty.hbs | 2 +- app/templates/repos.hbs | 2 +- app/templates/settings/loading.hbs | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/templates/accounts-list/empty.hbs b/app/templates/accounts-list/empty.hbs index 0277cf2e..295518d7 100644 --- a/app/templates/accounts-list/empty.hbs +++ b/app/templates/accounts-list/empty.hbs @@ -1 +1 @@ -
Loading
+ \ No newline at end of file diff --git a/app/templates/events/list.hbs b/app/templates/events/list.hbs index eaf24b0a..4865ec7d 100644 --- a/app/templates/events/list.hbs +++ b/app/templates/events/list.hbs @@ -29,6 +29,6 @@ {{else}} -
Loading
+ {{/if}} diff --git a/app/templates/loading.hbs b/app/templates/loading.hbs index 0277cf2e..295518d7 100644 --- a/app/templates/loading.hbs +++ b/app/templates/loading.hbs @@ -1 +1 @@ -
Loading
+ \ No newline at end of file diff --git a/app/templates/main/loading.hbs b/app/templates/main/loading.hbs index 0277cf2e..295518d7 100644 --- a/app/templates/main/loading.hbs +++ b/app/templates/main/loading.hbs @@ -1 +1 @@ -
Loading
+ \ No newline at end of file diff --git a/app/templates/profile/loading.hbs b/app/templates/profile/loading.hbs index 0277cf2e..295518d7 100644 --- a/app/templates/profile/loading.hbs +++ b/app/templates/profile/loading.hbs @@ -1 +1 @@ -
Loading
+ \ No newline at end of file diff --git a/app/templates/repos-list/empty.hbs b/app/templates/repos-list/empty.hbs index 17d193b2..295518d7 100644 --- a/app/templates/repos-list/empty.hbs +++ b/app/templates/repos-list/empty.hbs @@ -1 +1 @@ -
Loading
\ No newline at end of file + \ No newline at end of file diff --git a/app/templates/repos.hbs b/app/templates/repos.hbs index 2988d1cc..f23932e2 100644 --- a/app/templates/repos.hbs +++ b/app/templates/repos.hbs @@ -44,6 +44,6 @@

{{noReposMessage}}

{{/collection}} {{else}} -
Loading
+ {{/if}} diff --git a/app/templates/settings/loading.hbs b/app/templates/settings/loading.hbs index 0277cf2e..295518d7 100644 --- a/app/templates/settings/loading.hbs +++ b/app/templates/settings/loading.hbs @@ -1 +1 @@ -
Loading
+ \ No newline at end of file