debian-mirror-gitlab/app/views/projects/blob/_image.html.haml

3 lines
101 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
.file-content.image_file
%img{ src: "data:#{blob.mime_type};base64,#{Base64.encode64(blob.data)}"}