1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Dash, issues number is a link to issues'page in Github

This commit is contained in:
Nathanaël Hannebert 2024-06-19 22:42:17 +02:00
parent dc1ababcc4
commit 2a4280bdef

View file

@ -181,7 +181,7 @@
</a>
{% endif %}
</td>
<td class="border-r-2 border-gray-100 text-center"
<td class="border-r-2 border-gray-100 text-center">
{% if "ci-auto-update" in infos %}
<a href="{{ infos["ci-auto-update"]["url"] }}">
<i class="fa fa-arrow-up"></i>
@ -196,9 +196,9 @@
</a>
{% endif %}
</td>
<td class="border-r-2 border-gray-100 text-center"
<td class="border-r-2 border-gray-100 text-center">
{% if infos["nb_issues"] != 0 %}
<a href="{{ url_for('app_info', app_id=app) }}">
<a href="{{ infos["url"] }}/issues">
{{ infos["nb_issues"] }}
</a>
{% endif %}