gitlab-org--gitlab-foss/app/views/blob/_image.html.haml
2013-04-03 09:26:38 +03:00

2 lines
101 B
Text

.file_content.image_file
%img{ src: "data:#{blob.mime_type};base64,#{Base64.encode64(blob.data)}"}