gitlabhq/gitlabhq

View on GitHub
app/views/projects/blob/_image.html.haml

Summary

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