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: 9cb07d09b02d1310ef874f43a8c87d530f5bd89d (plain)
1
2
3
4
5
6
7
8
9
10
- @no_container = true
- page_title _('Artifacts')

%div{ class: container_class }
  .top-area.py-3
    .artifacts-size.align-self-center
      = _('Total artifacts size: %{total_size}') % { total_size: number_to_human_size(@total_size, precicion: 2) }
  = render 'search_bar', project: @project
  .content-list.builds-content-list
    = render "table", artifacts: @artifacts, project: @project