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