Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « artifacts « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9cbc149177c9d96c84d085a50feeb041d73cc48d (plain)
1
2
3
4
5
6
7
8
9
- 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 } }