diff --git a/app/templates/components/dashboard-row.hbs b/app/templates/components/dashboard-row.hbs
index b5302446..e3d1efe0 100644
--- a/app/templates/components/dashboard-row.hbs
+++ b/app/templates/components/dashboard-row.hbs
@@ -1,7 +1,7 @@
-
{{status-icon status=repo.default_branch.last_build.state}} {{repo.owner.login}}
+ {{status-icon status=repo.last_build.state}} {{repo.owner.login}}
{{repo.name}}
@@ -9,8 +9,8 @@
- {{request-icon build=repo.default_branch.last_build}}
- #{{repo.default_branch.last_build.number}} {{repo.default_branch.last_build.state}} on {{repo.default_branch.name}}
+ {{request-icon build=repo.last_build}}
+ #{{repo.last_build.number}} {{repo.last_build.state}} on {{repo.name}}
@@ -46,7 +46,7 @@
- {{format-sha repo.default_branch.last_build.commit.sha}}
+ {{format-sha repo.last_build.commit.sha}}
@@ -55,7 +55,7 @@
-
+
- {{#if repo.default_branch.last_build}}
- {{format-time repo.default_branch.last_build.finished_at}}
+ {{#if repo.last_build}}
+ {{format-time repo.last_build.finished_at}}
{{else}}
-
{{/if}}