summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/viewers/_image.html.haml
blob: 2a8cefac00526f97783ecfbdf18d22eb4331b31d (plain)
1
2
3
.file-content.image_file
  -# Uses the full URL rather than the path, to prevent it from getting prefixed with the asset host.
  = image_tag(blob_raw_url, alt: viewer.blob.name)