Add changelog for online view of HTML artifacts
This commit is contained in:
parent
ca0e39048f
commit
95c44a8958
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
- blob = file.blob
|
||||
- is_external_link = external_link?(blob)
|
||||
- is_external_link = external_url?(blob)
|
||||
- path_to_file = link_to_artifact(@project, @build, file)
|
||||
|
||||
%tr.tree-item.js-artifact-tree-row{ data: { link: path_to_file, external_link: "#{is_external_link}" } }
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Add online view of HTML artifacts for public projects
|
||||
merge_request: 14399
|
||||
author:
|
||||
type: added
|
Loading…
Reference in a new issue