2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 03:00:54 +00:00

Open External Links in new window (#5674)

* Update clip_link.html

* Update item_base.html

* Add new_window to all external links
This commit is contained in:
Kenneth Lorthioir
2023-10-07 00:41:33 -04:00
committed by GitHub
parent a779aa3a99
commit e76fa11e63
9 changed files with 9 additions and 9 deletions

View File

@ -199,7 +199,7 @@
<tr>
<td><span class='fas fa-link'></span>
<td>{% trans "External Link" %}</td>
<td>{% include 'clip_link.html' with link=item.link %}</td>
<td>{% include 'clip_link.html' with link=item.link new_window=True %}</td>
</tr>
{% endif %}
{% if item.supplier_part.manufacturer_part %}