dashboard: fix openQA link

This commit is contained in:
Guillaume GARDET 2020-02-02 21:07:53 +01:00
parent e3c26df939
commit ff46682c34

View File

@ -53,7 +53,7 @@
{% set ttm_testing = project.ttm_status.get('testing') %} {% set ttm_testing = project.ttm_status.get('testing') %}
{% if ttm_testing %} {% if ttm_testing %}
{% if project.openqa_version %} {% if project.openqa_version %}
<a href='https://openqa.opensuse.org/tests/overview?distri=opensuse&version={{ project.openqa_version }}'>{{ ttm_testing }}</a> <a href='https://openqa.opensuse.org/tests/overview?version={{ project.openqa_version }}&groupid={{ project.openqa_id }}'>{{ ttm_testing }}</a>
{% else %} {% else %}
{{ ttm_testing }} {{ ttm_testing }}
{% endif %} {% endif %}