mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +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:
committed by
GitHub
parent
a779aa3a99
commit
e76fa11e63
@ -106,7 +106,7 @@
|
||||
<tr>
|
||||
<td><span class='fas fa-link'></span></td>
|
||||
<td>{% trans "External Link" %}</td>
|
||||
<td>{% include 'clip_link.html' with link=build.link %}</td>
|
||||
<td>{% include 'clip_link.html' with link=build.link new_window=True %}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if build.issued_by %}
|
||||
|
Reference in New Issue
Block a user