Commit 53ddb8f2 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Use a /raw/ request to show an image

parent 67a6fee5
.file-content.image_file
%img{ src: "data:#{blob.mime_type};base64,#{Base64.encode64(blob.data)}"}
%img{ src: namespace_project_raw_path(@project.namespace, @project, @id)}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment