summaryrefslogtreecommitdiff
path: root/app/views/projects/artifacts/_tree_file.html.haml
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-10-03 00:33:13 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-10-03 00:33:13 -0500
commitbca86c858b361f3b5a19abcfc03972c95f4b2d2a (patch)
treecfd16b3301384e9c65492d55c7cecb566308ef05 /app/views/projects/artifacts/_tree_file.html.haml
parentb4d95002af504488af5c5c2117175ec73192c942 (diff)
downloadgitlab-ce-bca86c858b361f3b5a19abcfc03972c95f4b2d2a.tar.gz
Add test for external HTML artifact
Diffstat (limited to 'app/views/projects/artifacts/_tree_file.html.haml')
-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 78df1dab9d6..10e238b6ba1 100644
--- a/app/views/projects/artifacts/_tree_file.html.haml
+++ b/app/views/projects/artifacts/_tree_file.html.haml
@@ -12,6 +12,6 @@
title: ('Opens in a new window' if is_external_link) do
%span.str-truncated>= blob.name
- if is_external_link
- = icon('external-link')
+ = icon('external-link', class: 'js-artifact-tree-external-icon')
%td
= number_to_human_size(blob.size, precision: 2)