debian-mirror-gitlab/app/views/projects/blob/_image.html.haml
2014-09-02 14:37:02 +02:00

2 lines
101 B
Text

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