summaryrefslogtreecommitdiff
path: root/app/views/projects/artifacts/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/artifacts/index.html.haml')
-rw-r--r--app/views/projects/artifacts/index.html.haml10
1 files changed, 1 insertions, 9 deletions
diff --git a/app/views/projects/artifacts/index.html.haml b/app/views/projects/artifacts/index.html.haml
index 7fa47aed7c6..09970f7b12c 100644
--- a/app/views/projects/artifacts/index.html.haml
+++ b/app/views/projects/artifacts/index.html.haml
@@ -1,11 +1,3 @@
- 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: artifacts_app_data(@project) }