diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-03-27 11:14:33 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-03-27 11:14:33 +0000 |
commit | 1cb82c4de9001a0682fb6e4970cc2b5a270e2555 (patch) | |
tree | 2e7faf3c0ea762603ce0d007d79bea64910dea10 /changelogs | |
parent | 0610bb091766d3bb935fc10898dd66bc6f76b1c5 (diff) | |
download | gitlab-ce-1cb82c4de9001a0682fb6e4970cc2b5a270e2555.tar.gz |
Fixes link in artifacts breadcrumb
The link to the job page was not set properly,
with this commit it links to the correct job page.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/59502-fix-breadcrumb-artifacts.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/59502-fix-breadcrumb-artifacts.yml b/changelogs/unreleased/59502-fix-breadcrumb-artifacts.yml new file mode 100644 index 00000000000..da65c3bc870 --- /dev/null +++ b/changelogs/unreleased/59502-fix-breadcrumb-artifacts.yml @@ -0,0 +1,5 @@ +--- +title: Fixes job link in artifacts page breadcrumb +merge_request: 26592 +author: +type: fixed |