Add external link icon for TBA links
This commit is contained in:
parent
af494898ea
commit
2228ad07e9
|
@ -94,7 +94,7 @@ Tracker
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% elsif xsa.affected == "tba" %}
|
{% elsif xsa.affected == "tba" %}
|
||||||
{% if xsa.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 %}
|
{% else %}
|
||||||
<span title="To be announced">TBA</span>
|
<span title="To be announced">TBA</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user