debian-mirror-gitlab/app/views/projects/artifacts/index.html.haml
2023-01-13 15:02:22 +05:30

9 lines
331 B
Text

- 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 } }