mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-28 00:39:30 -05:00
Add external link icon for TBA links
This commit is contained in:
parent
af494898ea
commit
2228ad07e9
@ -94,7 +94,7 @@ Tracker
|
||||
{% endif %}
|
||||
{% elsif xsa.affected == "tba" %}
|
||||
{% if xsa.tba %}
|
||||
<a href="{{ xsa.tba }}" title="To be announced. Click for more information.">TBA</a>
|
||||
<a href="{{ xsa.tba }}" title="To be announced. Click for more information.">TBA <span class="fa fa-external-link"></span></a>
|
||||
{% else %}
|
||||
<span title="To be announced">TBA</span>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user