Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_image.html.haml « viewers « blob « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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)