summaryrefslogtreecommitdiff
path: root/app/views/projects/artifacts
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-10-02 16:37:38 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-10-02 16:37:38 -0500
commit95c44a8958b3724a01755f428b0277d2da508468 (patch)
treebec753245e85901c27b89b5ab3cf746178fe2fac /app/views/projects/artifacts
parentca0e39048f0e92bd615c45bfe555800910396cfd (diff)
downloadgitlab-ce-95c44a8958b3724a01755f428b0277d2da508468.tar.gz
Add changelog for online view of HTML artifacts
Diffstat (limited to 'app/views/projects/artifacts')
-rw-r--r--app/views/projects/artifacts/_tree_file.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/artifacts/_tree_file.html.haml b/app/views/projects/artifacts/_tree_file.html.haml
index b2f7504aadc..70e3af8b94f 100644
--- a/app/views/projects/artifacts/_tree_file.html.haml
+++ b/app/views/projects/artifacts/_tree_file.html.haml
@@ -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}" } }