From: Jessica Clarke Date: Sat, 6 Jul 2019 11:29:36 +0000 (+0100) Subject: Display and link to SVG version graph everywhere X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=efe56431b1ea05a9d8e79d6ab6dccefbd639a169 Display and link to SVG version graph everywhere --- diff --git a/templates/en_US/cgi/bugreport.tx b/templates/en_US/cgi/bugreport.tx index 6e7fef4..361a3b4 100644 --- a/templates/en_US/cgi/bugreport.tx +++ b/templates/en_US/cgi/bugreport.tx @@ -23,9 +23,9 @@ function toggle_infmessages() : if $bug.has_found or $bug.has_fixed {
- + "> version graph"> + src="<: $bug.version_url("format","svg","width",2,"height",2) :>">
: } <: include "cgi/bugreport_pkginfo.tx" :> diff --git a/templates/en_US/cgi/short_bug_status.tx b/templates/en_US/cgi/short_bug_status.tx index 73de0cd..5bff77e 100644 --- a/templates/en_US/cgi/short_bug_status.tx +++ b/templates/en_US/cgi/short_bug_status.tx @@ -71,11 +71,11 @@ <:- } -:> <:- if $bug.has_found { -:> Found in version<: if $bug.status.found_count > 1 { :>s<: } :> - <:- $bug.status.found_join(', ') -:> + "><:- $bug.status.found_join(', ') -:> <:- } -:> <:- if $bug.has_fixed { :> Fixed in version<: if $bug.status.fixed_count > 1 { :>s<: } :> - <:- $bug.status.fixed_join(', ') -:> + "><:- $bug.status.fixed_join(', ') -:> <:- } -:> <:- if $bug.has_found or $bug.has_fixed { -:>