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: aa8d1dd326ff1186d7d7d302a58ee5fa950bcc54 (plain)
1
2
3
.file-content#js-sketch-viewer{ data: { endpoint: blob_raw_path } }
  .js-loading-icon.text-center.gl-mt-3.gl-mb-3.js-loading-icon{ 'aria-label' => 'Loading Sketch preview' }
    = icon('spinner spin 2x', 'aria-hidden' => 'true');