summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_image.html.haml
blob: 7b23f0c810ca41bb5def025c3b41920383005d29 (plain)
1
2
.file_content.image_file
  %img{ src: "data:#{blob.mime_type};base64,#{Base64.encode64(blob.data)}"}