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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-03 12:07:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-03 12:07:35 +0300
commita9c5941625be2416fbf3b514019886e8f9658416 (patch)
tree6c6bff089f4bf8ed2c1d5fe184a40975383f7022 /app/views/projects/artifacts
parent18876223fd5dc347c26a65838b4e93fbd2702b9f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/artifacts')
-rw-r--r--app/views/projects/artifacts/index.html.haml12
1 files changed, 3 insertions, 9 deletions
diff --git a/app/views/projects/artifacts/index.html.haml b/app/views/projects/artifacts/index.html.haml
index 7fa47aed7c6..3af97c4c23f 100644
--- a/app/views/projects/artifacts/index.html.haml
+++ b/app/views/projects/artifacts/index.html.haml
@@ -1,11 +1,5 @@
- page_title _('Artifacts')
-%div{ class: container_class }
- %h1.page-title.gl-font-size-h-display.gl-mb-0
- = s_('Artifacts|Artifacts')
- .gl-mb-6
- %strong= s_('Artifacts|Total artifacts size')
- = number_to_human_size(@total_size, precicion: 2)
- #js-artifact-management{ data: { "project-path": @project.full_path,
- "can-destroy-artifacts" => can?(current_user, :destroy_artifacts, @project).to_s,
- "artifacts-management-feedback-image-path": image_path('illustrations/chat-bubble-sm.svg') } }
+#js-artifact-management{ data: { "project-path": @project.full_path,
+ "can-destroy-artifacts" => can?(current_user, :destroy_artifacts, @project).to_s,
+ "artifacts-management-feedback-image-path": image_path('illustrations/chat-bubble-sm.svg') } }