]> git.donarmstrong.com Git - debbugs.git/blobdiff - templates/en_US/cgi/short_bug_status.tx
Display and link to SVG version graph everywhere
[debbugs.git] / templates / en_US / cgi / short_bug_status.tx
index 73de0cd168cb57e9a30feb5f140aa9baf177568d..5bff77e024069abc05ac3961c9d6751562566fc6 100644 (file)
           <:- } -:>
           <:- if $bug.has_found { -:>
           <tr><td>Found in version<: if $bug.status.found_count > 1 { :>s<: } :></td>
-              <td><a href="<: $bug.version_url :>"><:- $bug.status.found_join(', ') -:></a></td></tr>
+              <td><a href="<: $bug.version_url("format","svg") :>"><:- $bug.status.found_join(', ') -:></a></td></tr>
           <:- } -:>
               <:- if $bug.has_fixed { :>
               <tr><td>Fixed in version<: if $bug.status.fixed_count > 1 { :>s<: } :></td><td>
-                  <a href="<: $bug.version_url :>"><:- $bug.status.fixed_join(', ') -:></a></td></tr>
+                  <a href="<: $bug.version_url("format","svg") :>"><:- $bug.status.fixed_join(', ') -:></a></td></tr>
           <:- } -:>
           <:- if $bug.has_found or $bug.has_fixed { -:>
       </a>