Skip to content
Snippets Groups Projects

Add package link to tracker.debian.org

Merged Dylan Aïssi requested to merge wip/daissi/add-link-deb-tracker into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -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 %}
Loading