euscanwww: Added missing icons and truncatechars
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
parent
6178d66f0d
commit
d34e3d4c4c
@ -35,8 +35,24 @@
|
|||||||
|
|
||||||
{{ package.last_version_gentoo.version|truncatechars:15 }}
|
{{ package.last_version_gentoo.version|truncatechars:15 }}
|
||||||
</td>
|
</td>
|
||||||
<td>{{ package.last_version_overlay.version }}</td>
|
<td>
|
||||||
<td>{{ package.last_version_upstream.version }}</td>
|
{% with vtype=package.last_version_overlay.version|version_type %}
|
||||||
|
{% if not vtype|is_stable %}
|
||||||
|
<img src="{{ STATIC_URL }}img/unstable-icon.png" alt="unstable" title="{{ vtype }}" />
|
||||||
|
{% endif %}
|
||||||
|
{% endwith %}
|
||||||
|
|
||||||
|
{{ package.last_version_overlay.version|truncatechars:15 }}
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
{% with vtype=package.last_version_upstream.version|version_type %}
|
||||||
|
{% if not vtype|is_stable %}
|
||||||
|
<img src="{{ STATIC_URL }}img/unstable-icon.png" alt="unstable" title="{{ vtype }}" />
|
||||||
|
{% endif %}
|
||||||
|
{% endwith %}
|
||||||
|
|
||||||
|
{{ package.last_version_upstream.version|truncatechars:15 }}
|
||||||
|
</td>
|
||||||
{% package_cols package %}
|
{% package_cols package %}
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user