summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-10-12 10:04:30 +0200
committerlpsolit%gmail.com <>2005-10-12 10:04:30 +0200
commitc0744a058605a9793df5970539646d2cadfaf10a (patch)
treec026947810cea4fe400067ef8695a502b3161dca /template
parent429de3bad99ca5506bec6d31d999fc08c5e57f43 (diff)
downloadbugzilla-c0744a058605a9793df5970539646d2cadfaf10a.tar.gz
bugzilla-c0744a058605a9793df5970539646d2cadfaf10a.tar.xz
Bug 106003: Dependency tree does not show the summary of the root bug - Patch by Todd Stansell <tjs@tellme.com> r=wicked a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/dependency-graph.html.tmpl2
-rw-r--r--template/en/default/bug/dependency-tree.html.tmpl2
2 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/bug/dependency-graph.html.tmpl b/template/en/default/bug/dependency-graph.html.tmpl
index af2791fc2..4db034ea2 100644
--- a/template/en/default/bug/dependency-graph.html.tmpl
+++ b/template/en/default/bug/dependency-graph.html.tmpl
@@ -39,8 +39,10 @@
%]
[% IF NOT multiple_bugs AND NOT doall %]
+ [% filtered_desc = short_desc FILTER html %]
[% title = "$title for $terms.bug $bug_id"
h1 = "$h1 for $terms.bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
+ h2 = filtered_desc
%]
[% END %]
diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl
index c2e194f7f..c31323846 100644
--- a/template/en/default/bug/dependency-tree.html.tmpl
+++ b/template/en/default/bug/dependency-tree.html.tmpl
@@ -23,9 +23,11 @@
[% PROCESS global/variables.none.tmpl %]
+[% filtered_desc = blocked_tree.$bugid.summary FILTER html %]
[% PROCESS global/header.html.tmpl
title = "Dependency tree for $terms.Bug $bugid"
h1 = "Dependency tree for <a href=\"show_bug.cgi?id=$bugid\">$terms.Bug $bugid</a>"
+ h2 = filtered_desc
%]
[% PROCESS depthControlToolbar %]