forked from leftypol/leftypol
Force file link from file information to always open in a new tab.
This commit is contained in:
parent
eafb464a77
commit
db64e74f7d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
{% if file.file == 'deleted' %}
|
{% if file.file == 'deleted' %}
|
||||||
<img class="post-image deleted" src="{{ config.image_deleted }}" alt="" />
|
<img class="post-image deleted" src="{{ config.image_deleted }}" alt="" />
|
||||||
{% else %}
|
{% else %}
|
||||||
<p class="fileinfo">File: <a href="{{ config.uri_img }}{{ file.file }}">{{ file.file }}</a> <span class="details">
|
<p class="fileinfo">File: <a href="{{ config.uri_img }}{{ file.file }}" target="_blank">{{ file.file }}</a> <span class="details">
|
||||||
(
|
(
|
||||||
{% if file.thumb == 'spoiler' %}
|
{% if file.thumb == 'spoiler' %}
|
||||||
{% trans %}Spoiler Image{% endtrans %},
|
{% trans %}Spoiler Image{% endtrans %},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue