euscanwww: Use Version.tag to be more DRY
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
@ -73,7 +73,7 @@
|
||||
<dd>
|
||||
<ul>
|
||||
{% for version in upstream %}
|
||||
<li id="version-{{ version.version }}-{{version.revision }}:{{ version.slot }}-{{ version.overlay }}">
|
||||
<li id="version-{{ version.tag }}">
|
||||
<img src="{{ STATIC_URL }}img/upstream-icon.png" alt="upstream" title="Upstream" />
|
||||
|
||||
{% if version.vtype and not version.vtype|is_stable %}
|
||||
|
Reference in New Issue
Block a user