nodezoo / nodezoo-web

nodezoo.com front end
MIT License
12 stars 61 forks source link

Travis build status button appears even when there is no travis build #76

Closed shanel262 closed 8 years ago

shanel262 commented 8 years ago

On the search page, the travis build status button appears even when there is no travis build available. Only show this when result.travis.connected in search-result.js is equal to true.

screen shot 2016-04-07 at 14 32 05

Georgette commented 8 years ago

Good catch! Knew I was forgetting something!

Georgette commented 8 years ago

I actually half-arsed fixed -- needs to probably just display only for pass/failed builds, vs the way I did it.