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-06 09:09:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-06 09:09:17 +0300
commitcfe9f9a5b3a338744b3caf1bf55f8fd290618d0e (patch)
tree2008abad9a7dc45823bf3eb7e97b82ef40e1d940 /app/views/projects/artifacts
parentbdb97ece6809b945927d50effcdf9d284634d4d5 (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.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/projects/artifacts/index.html.haml b/app/views/projects/artifacts/index.html.haml
index 3af97c4c23f..09970f7b12c 100644
--- a/app/views/projects/artifacts/index.html.haml
+++ b/app/views/projects/artifacts/index.html.haml
@@ -1,5 +1,3 @@
- page_title _('Artifacts')
-#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) }