summaryrefslogtreecommitdiff
path: root/app/views/projects/artifacts
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-01-12 15:16:16 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-01-14 12:48:16 +0100
commit6d7a77074fcdd57ccdc33e3cb39146da4afdc0f4 (patch)
tree1b6be1d49e7642afb71cb7fe913f24fff10b806c /app/views/projects/artifacts
parente8995f9fd5c12882eafcf3766627f64a3d6f623d (diff)
downloadgitlab-ce-6d7a77074fcdd57ccdc33e3cb39146da4afdc0f4.tar.gz
Add specs for endpoint meant to be accelerated by workhorse
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 881a844a02d..1d3d9306aa6 100644
--- a/app/views/projects/artifacts/_tree_file.html.haml
+++ b/app/views/projects/artifacts/_tree_file.html.haml
@@ -7,5 +7,5 @@
= number_to_human_size(file.metadata[:size], precision: 2)
%td
= link_to file_namespace_project_build_artifacts_path(path: file.path),
- class: 'btn btn-xs btn-default' do
+ class: 'btn btn-xs btn-default artifact-download' do
= icon('download')