debian-mirror-gitlab/app/views/projects/artifacts/index.html.haml

12 lines
511 B
Text
Raw Normal View History

2019-12-21 20:55:43 +05:30
- page_title _('Artifacts')
%div{ class: container_class }
2023-01-13 00:05:48 +05:30
%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)
2023-03-17 16:20:25 +05:30
#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') } }