1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

images path

This commit is contained in:
Kyle Spearrin
2017-05-23 08:01:58 -04:00
parent 0d0029a7a6
commit a39965bd7e

View File

@@ -8,8 +8,8 @@
end
def render(context)
"<a href=\"#{src}\" target=\"_blank\">
<img class=\"img-responsive img-thumbnail\" src=\"#{src}\" />
"<a href=\"images/#{src}\" target=\"_blank\">
<img class=\"img-responsive img-thumbnail\" src=\"images/#{src}\" />
</a>"
end
end