]> git.deb.at Git - deb/packages.git/blobdiff - templates/html/show.tmpl
Use the debtags vocabulary to be able to show prettier tag names
[deb/packages.git] / templates / html / show.tmpl
index 43e9b60a2a3b746372423fa9ba6db69571ae9257..43e5ca1c891690b3f5ca2f61170530607143188c 100644 (file)
@@ -146,7 +146,11 @@ Do not install it on a normal Debian system.</p>
     <div id="ptags"><p>
     <a href="[% tags_url %]edit.html?pkg=[% pkg | uri %]">Tags</a>:
   [%- END %]
-  [% tag %][% ', ' UNLESS loop.last %]
+  [% IF tag.1 %]
+  <a href="/about/debtags#[% string2id(tag.0) %]">[% tag.1 %]</a>[% ', ' UNLESS loop.last %]
+  [% ELSE %]
+  [% tag.0 %][% ', ' UNLESS loop.last %]
+  [% END %]
   [% IF loop.last -%]
     </p>
     </div> <!-- end ptags -->