From b3b888265e28732e831aa9b99d0e7a93ebf1d300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com> Date: Thu, 4 Jul 2024 11:07:27 +0200 Subject: [PATCH] Add package link to tracker.debian.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes it easier to check the Debian's package status. Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com> --- templates/index.html.jinja2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/index.html.jinja2 b/templates/index.html.jinja2 index ee25c30..0641004 100644 --- a/templates/index.html.jinja2 +++ b/templates/index.html.jinja2 @@ -240,6 +240,9 @@ <div class="d-flex w-100 justify-content-between"> <h5 class="mb-1"> <strong> + {%- if "upstreams" in package %} + <a href="https://tracker.debian.org/pkg/{{ package.name }}">ðŸ¥</a> + {% endif -%} {%- if "git" in package %} <a class="text-dark" href="{{ package.git.web_url }}">{{ package.name }}</a> {% else %} -- GitLab