diff --git a/app/controllers/owner.coffee b/app/controllers/owner.coffee index 0e9339a8..1870dc9e 100644 --- a/app/controllers/owner.coffee +++ b/app/controllers/owner.coffee @@ -24,10 +24,6 @@ Controller = Ember.Controller.extend isSyncing: data.is_syncing avatarUrl: data.avatar_url syncedAt: data.synced_at - builds: { - all: 'nope' - started: 'nope' - } } ).property('model') diff --git a/app/templates/owner.hbs b/app/templates/owner.hbs index fb733fc4..e46acc01 100644 --- a/app/templates/owner.hbs +++ b/app/templates/owner.hbs @@ -13,7 +13,7 @@