External links in wishlist to open in a new tab
This commit is contained in:
parent
9a8e2b9f4d
commit
1273cef2b1
@ -103,6 +103,7 @@
|
||||
aria-label="{{ _('Official website') }}"
|
||||
href="{{ infos['website'] }}"
|
||||
class="inline-block"
|
||||
target="_blank"
|
||||
>
|
||||
<i class="fa fa-globe rounded-md border px-3 py-2 hover:bg-gray-100" aria-hidden="true"></i>
|
||||
</a>
|
||||
@ -115,6 +116,7 @@
|
||||
aria-label="{{ _('Code repository') }}"
|
||||
href="{{ infos['upstream'] }}"
|
||||
class="inline-block"
|
||||
target="_blank
|
||||
>
|
||||
<i class="fa fa-code rounded-md border px-3 py-2 hover:bg-gray-100" aria-hidden="true"></i>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user