summaryrefslogtreecommitdiff
path: root/app/views/projects/artifacts/browse.html.haml
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-01-20 08:50:48 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-01-20 08:51:34 +0100
commit6d09338f8819b9772c56e5e4b509483baca72b78 (patch)
tree4e92b3dc2f449ef6f2ce9ca022cd0e002ed74024 /app/views/projects/artifacts/browse.html.haml
parenta382ad99efd4c792f70705d386b2be688b667f24 (diff)
downloadgitlab-ce-6d09338f8819b9772c56e5e4b509483baca72b78.tar.gz
Remove `Compressed to` column from build artifacts browserci/artifacts-remove-compressed-size
See #10982.
Diffstat (limited to 'app/views/projects/artifacts/browse.html.haml')
-rw-r--r--app/views/projects/artifacts/browse.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/artifacts/browse.html.haml b/app/views/projects/artifacts/browse.html.haml
index b70c776a2b2..d3c969cc035 100644
--- a/app/views/projects/artifacts/browse.html.haml
+++ b/app/views/projects/artifacts/browse.html.haml
@@ -15,7 +15,6 @@
%tr
%th Name
%th Size
- %th Compressed to
= render partial: 'tree_directory', collection: @entry.directories(parent: true), as: :directory
= render partial: 'tree_file', collection: @entry.files, as: :file