Add external link icon for TBA links

This commit is contained in:
Andrew David Wong 2018-08-27 02:17:50 -05:00
parent af494898ea
commit 2228ad07e9
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -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&nbsp;<span class="fa fa-external-link"></span></a>
{% else %}
<span title="To be announced">TBA</span>
{% endif %}