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

_zip.html.haml « blob « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f59debe571cf5fc7eed56f420c4d4300436b0ba7 (plain)
1
2
3
4
5
6
7
8
9
10
- content_for :page_specific_javascripts do
  = page_specific_javascript_bundle_tag('zip_viewer')

.file-content.is-zip-loading
  .text-center#js-zip-viewer{ data: { endpoint: namespace_project_raw_path(@project.namespace, @project, @id) } }
    = icon('spinner spin 2x', class: 'prepend-top-default append-bottom-default hidden', 'aria-hidden' => 'true', 'aria-label' => 'Loading')
    %table.table
      %tr{"v-for" => "(val, prop) in files"}
        %td
          {{prop}}