diff --git a/app/styles/app/layouts/branches.sass b/app/styles/app/layouts/branches.sass index fa0b0f0a..e3bb9f14 100644 --- a/app/styles/app/layouts/branches.sass +++ b/app/styles/app/layouts/branches.sass @@ -66,7 +66,7 @@ @media #{$xlarge-up} & > div:first-of-type - width: 28% + width: 27% @media (min-width: 2000px) & > div:first-of-type width: 30% diff --git a/app/styles/app/layouts/owner.sass b/app/styles/app/layouts/owner.sass index 36cc992c..cdd62b9c 100644 --- a/app/styles/app/layouts/owner.sass +++ b/app/styles/app/layouts/owner.sass @@ -110,27 +110,10 @@ .repo-title a:hover text-decoration: underline - .status-icon + .icon width: 1.3em height: 1.1em - .icon--job, - .icon-push, - .icon-pull_request, - .icon-calendar, - .icon-hash, - .icon-github - width: 1em - height: 1.1em - margin-right: .5em - background-repeat: no-repeat - background-size: 100% - - .icon--job - height: 1em - margin-top: .1em - .icon-push - margin-top: .6em .build-status text-transform: capitalize diff --git a/app/templates/components/owner-repo-tile.hbs b/app/templates/components/owner-repo-tile.hbs index d246a1d5..858a53be 100644 --- a/app/templates/components/owner-repo-tile.hbs +++ b/app/templates/components/owner-repo-tile.hbs @@ -2,32 +2,86 @@
- {{repo.default_branch.name}} -
+ {{request-icon build=repo.default_branch.last_build}} + {{repo.default_branch.name}} +there is no build