Commit 95c44a89 authored by Eric Eastwood's avatar Eric Eastwood

Add changelog for online view of HTML artifacts

parent ca0e3904
- 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}" } }
......
---
title: Add online view of HTML artifacts for public projects
merge_request: 14399
author:
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment