Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-10-03 08:33:13 +0300
committerEric Eastwood <contact@ericeastwood.com>2017-10-03 08:33:13 +0300
commitbca86c858b361f3b5a19abcfc03972c95f4b2d2a (patch)
treecfd16b3301384e9c65492d55c7cecb566308ef05 /app/views/projects/artifacts
parentb4d95002af504488af5c5c2117175ec73192c942 (diff)
Add test for external HTML artifact
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 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)