mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +00:00
images path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user