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

_sketch.html.haml « viewers « blob « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4b6492b92f6327bc9e71d3dc2139bd5a385e033 (plain)
1
2
3
.file-content#js-sketch-viewer{ data: { endpoint: blob_raw_path } }
  .js-loading-icon.text-center.prepend-top-default.append-bottom-default.js-loading-icon{ 'aria-label' => 'Loading Sketch preview' }
    = icon('spinner spin 2x', 'aria-hidden' => 'true');