diff --git a/app/components/dashboard-row.js b/app/components/dashboard-row.js index bcc1ced5..96e6c625 100644 --- a/app/components/dashboard-row.js +++ b/app/components/dashboard-row.js @@ -3,7 +3,7 @@ import { githubCommit as githubCommitUrl } from 'travis/utils/urls'; import config from 'travis/config/environment'; import { hasAdminPermission, hasPushPermission } from 'travis/utils/permission'; -export default Ember.Component.extend(Permissions, { +export default Ember.Component.extend({ tagName: 'li', classNameBindings: ['repo.default_branch.last_build.state'], classNames: ['rows', 'rows--dashboard'], diff --git a/app/templates/components/dashboard-row.hbs b/app/templates/components/dashboard-row.hbs index d36d3c45..97ef60e4 100644 --- a/app/templates/components/dashboard-row.hbs +++ b/app/templates/components/dashboard-row.hbs @@ -23,10 +23,12 @@
{{request-icon event=repo.default_branch.last_build.event_type state=repo.default_branch.last_build.state}} - {{repo.default_branch.name}} is {{repo.default_branch.last_build.state}} + {{repo.default_branch.name}} + {{#if repo.default_branch.last_build.state}}is {{repo.default_branch.last_build.state}}{{/if}}
+{{#if repo.default_branch.last_build}}