euscanwww: Upstream urls now are anchors
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
@ -89,7 +89,10 @@
|
||||
<img src="{{ STATIC_URL }}img/unstable-icon.png" alt="unstable" title="{{ version.vtype }}" />
|
||||
{% endif %}
|
||||
|
||||
{{ version.version }} - {{ version.urls }}
|
||||
{{ version.version }} -
|
||||
{% for url in version.urls_list %}
|
||||
<a href="{{ url }}">{{ url }}</a>
|
||||
{% endfor %}
|
||||
{% if confidence < 100 %}({{ version.confidence }}%){% endif %}
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user