gitlab-org--gitlab-foss/app/views/tree/blob/_image.html.haml

3 lines
101 B
Plaintext
Raw Normal View History

2012-10-15 18:56:58 +00:00
.file_content.image_file
%img{ src: "data:#{blob.mime_type};base64,#{Base64.encode64(blob.data)}"}