From bca86c858b361f3b5a19abcfc03972c95f4b2d2a Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Tue, 3 Oct 2017 00:33:13 -0500 Subject: Add test for external HTML artifact --- app/views/projects/artifacts/_tree_file.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects/artifacts/_tree_file.html.haml') 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) -- cgit v1.2.1