Add changelog for online view of HTML artifacts

This commit is contained in:
Eric Eastwood 2017-10-02 16:37:38 -05:00
parent ca0e39048f
commit 95c44a8958
2 changed files with 6 additions and 1 deletions

View File

@ -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}" } }

View File

@ -0,0 +1,5 @@
---
title: Add online view of HTML artifacts for public projects
merge_request: 14399
author:
type: added