mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 01:45:47 +01:00
fix: #9166 missing relative path in topic thumbs modal and topic list
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{{{ each thumbs }}}
|
||||
<div class="media" data-id="{./id}" data-path="{./url}">
|
||||
<div class="media-left">
|
||||
<img class="media-object" src="{./url}" />
|
||||
<img class="media-object" src="{config.relative_path}{./url}" />
|
||||
</div>
|
||||
<div class="media-body">
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user