summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/activity/table.html.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/bug/activity/table.html.tmpl b/template/en/default/bug/activity/table.html.tmpl
index 2a96b8689..31556623d 100644
--- a/template/en/default/bug/activity/table.html.tmpl
+++ b/template/en/default/bug/activity/table.html.tmpl
@@ -17,6 +17,7 @@
# Rights Reserved.
#
# Contributor(s): Gervase Markham <gerv@gerv.net>
+ # David D. Kilzer <ddkilzer@kilzer.net>
#%]
[%# INTERFACE:
@@ -85,6 +86,9 @@
[% status_descs.${change.removed} FILTER html %]
[% ELSIF change.fieldname == 'resolution' %]
[% resolution_descs.${change.removed} FILTER html %]
+ [% ELSIF change.fieldname == 'blocked' ||
+ change.fieldname == 'dependson' %]
+ [% change.removed FILTER bug_list_link FILTER none %]
[% ELSE %]
[% change.removed FILTER html %]
[% END %]
@@ -102,6 +106,9 @@
[% status_descs.${change.added} FILTER html %]
[% ELSIF change.fieldname == 'resolution' %]
[% resolution_descs.${change.added} FILTER html %]
+ [% ELSIF change.fieldname == 'blocked' ||
+ change.fieldname == 'dependson' %]
+ [% change.added FILTER bug_list_link FILTER none %]
[% ELSE %]
[% change.added FILTER html %]
[% END %]