Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
6d09338f
Commit
6d09338f
authored
Jan 20, 2016
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove `Compressed to` column from build artifacts browser
See #10982.
parent
a382ad99
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
app/views/projects/artifacts/_tree_directory.html.haml
app/views/projects/artifacts/_tree_directory.html.haml
+0
-1
app/views/projects/artifacts/_tree_file.html.haml
app/views/projects/artifacts/_tree_file.html.haml
+0
-2
app/views/projects/artifacts/browse.html.haml
app/views/projects/artifacts/browse.html.haml
+0
-1
No files found.
app/views/projects/artifacts/_tree_directory.html.haml
View file @
6d09338f
...
...
@@ -6,4 +6,3 @@
%span
.str-truncated
=
link_to
directory
.
name
,
path_to_directory
%td
%td
app/views/projects/artifacts/_tree_file.html.haml
View file @
6d09338f
...
...
@@ -7,5 +7,3 @@
=
link_to
file
.
name
,
path_to_file
%td
=
number_to_human_size
(
file
.
metadata
[
:size
],
precision:
2
)
%td
=
number_to_human_size
(
file
.
metadata
[
:zipped
],
precision:
2
)
app/views/projects/artifacts/browse.html.haml
View file @
6d09338f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment