]> git.deb.at Git - deb/packages.git/commitdiff
[UBUNTU] html/show.tmpl: Fix some of the links
authorFrank Lichtenheld <frank@lichtenheld.de>
Sun, 21 Oct 2007 02:01:23 +0000 (04:01 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sun, 21 Oct 2007 02:01:23 +0000 (04:01 +0200)
Fix the bug reports link to point to launchpad.
Remove the PTS and DDPO links since they are Debian specific
and I have no idea what the Ubuntu alternatives would be.

templates/html/show.tmpl

index 59a125c7830fa400fc5c3b79cfadc362a0dbde76..8f04246934cd9e78ca4ef89be5f8af6c511dca3d 100644 (file)
 <h2>[% g('Links for %s', pkg) %]</h2>
 <h3>[% g('Debian Resources:') %]</h3>
 <ul>
-<li><a href="[% (is_source ? src_bugs_url : bugs_url) _ pkg | uri %]">[% g('Bug Reports') %]</a></li>
-
-[% IF src.pkg -%]
-<li><a href="[% pts_url _ src.pkg | uri %]">[% g('Developer Information (PTS)') %]</a></li>
-[% ELSIF is_source %]
-<li><a href="[% pts_url _ pkg | uri %]">[% g('Developer Information (PTS)') %]</a></li>
-[%- END %]
+<li><a href="[% launchpad_url _ (is_source ? pkg : src.pkg) _ '/+bugs' | uri %]">[% g('Bug Reports') %]</a></li>
 
 [% IF files && (!archive or archive == main_archive or archive == 'security') %]
 <li><a href="[% changelogs_url _ files.changelog.path %]">[% g('%s Changelog', organisation) %]</a></li>
 [%- END %]
 [%- FOREACH maintainers -%]
   [%- '<ul>' IF loop.first -%]
-       <li><a href="mailto:[% mail %]">[% name | html %]</a>
-       (<a href="[% ddpo_url _ mail %]" title="[% g("An overview over the maintainer's packages and uploads") %]">[% g('QA Page') %]</a>)
-       </li>
+       <li><a href="mailto:[% mail %]">[% name | html %]</a></li>
   [%- '</ul>' IF loop.last -%]
 [%- END -%]