Gitlab-CI status badge missing
Created by: tmaczukin
Hi,
After adding changes in the layout of project dashboard in 7.13 version you've lost integration with gitlab-ci status badge.
It's not an critical issue, but this badge was very usable. I could open the project page in gitlab and check if the tests for current git ref are green. Now i must go to gitlab-ci, find my project (the status badge was also a link - and now i must remember URL or find it manually on gitlab-ci dashboard), open a project dashboard and find last build for the git ref. It's annoying ;)
I know, that i can insert link to the badge in my README file. But that mean that I should change the "?ref=" parameter in README on each branch and tag. Previously it was done automatically by gitlab.
I noticed that a method which generates gitlab-ci badge URL is still in model - you've only deleted its usage (the 'aside' partial for old template of project dashboard). It would be very nice if you can bring this badge back. I think that the project dashboard is the best place for it.