Show the pipeline ID on the job logs page as a link

Summary

The pipeline ID on the job detail page that navigates users to the pipeline detail page doesn't appear with the visual treatment of a link:

image

This can cause some confusion for users making them think there's no way to get to the pipelines page from the job log page. The link is active but the lack of visual queue makes users think there's no way to navigate there.

Steps to reproduce

Go to the CI/CD >> Jobs page >> Click on any job in the list

Example Project

What is the current bug behavior?

No link treatment for the pipeline ID and merge request ID.

What is the expected correct behavior?

Add link treatment to the pipeline ID and merge request ID

Relevant logs and/or screenshots

Output of checks

Results of GitLab environment info

Expand for output related to GitLab environment info

(For installations with omnibus-gitlab package run and paste the output of:
`sudo gitlab-rake gitlab:env:info`)

(For installations from source run and paste the output of:
`sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)

Results of GitLab application Check

Expand for output related to the GitLab application check

(For installations with omnibus-gitlab package run and paste the output of: sudo gitlab-rake gitlab:check SANITIZE=true)

(For installations from source run and paste the output of: sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true)

(we will only investigate if the tests are passing)

Possible fixes

Edited by James Heimbuck