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