diff --git a/store/templates/dash.html b/store/templates/dash.html index ab20860d..ae13f193 100644 --- a/store/templates/dash.html +++ b/store/templates/dash.html @@ -28,6 +28,7 @@ + @@ -111,6 +112,8 @@ data-last-update-autoupdate="{% if infos["ci-auto-update"] %}{{ infos["ci-auto-update"]["timestamp_updated"] }}{% else %}-1{% endif %}" data-packaging-format="{{ infos["packaging_format"] }}" data-deprecated="{% if "deprecated-software" in infos["antifeatures"] or "replaced-by-another-app" in infos["antifeatures"] or "package-not-maintained" in infos["antifeatures"] %}True{% else %}False{% endif %}" + data-nb-issues="{{ infos["nb_issues"] }}" + >