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:
parent
dc1ababcc4
commit
2a4280bdef
1 changed files with 3 additions and 3 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue