Adds opening images in new tab
This commit is contained in:
parent
8143ea3a23
commit
28f155c033
@ -24,7 +24,7 @@
|
||||
</div>
|
||||
<div class="extra content">
|
||||
{% if post.attachedImg %}
|
||||
<a href="{{post.attachedImg}}"><img alt="Image attachment" class="ui centered fluid rounded medium image" src="{{post.attachedImg}}">
|
||||
<a target="_blank" href="{{post.attachedImg}}"><img alt="Image attachment" class="ui centered fluid rounded medium image" src="{{post.attachedImg}}">
|
||||
{% endif %}
|
||||
{% if post.isReply %}
|
||||
<div class="ui card">
|
||||
|
Reference in New Issue
Block a user