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

_image.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: c090f690d1d7d90602112e28447a736f1ea5f8f6 (plain)
1
2
.file-content.image_file
  %img{ src: "data:#{blob.mime_type};base64,#{Base64.encode64(blob.data)}"}