debian-mirror-gitlab/app/views/projects/blob/viewers/_image.html.haml

4 lines
178 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
.file-content.image_file
2018-03-17 18:26:18 +05:30
-# 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)