euscanwww: Use Version.tag to be more DRY

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-11-08 15:19:45 +01:00
parent b838f3cb59
commit effab2015b
4 changed files with 22 additions and 8 deletions

View File

@ -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 %}