From 79ad758038193113a6bddfe2025bb2b916842684 Mon Sep 17 00:00:00 2001 From: Hugo Seabrook Date: Wed, 30 Jan 2013 12:48:15 -0500 Subject: Bug 833752 - Bug id custom fields should be clickable in bug list r=dkl, a=LpSolit --- template/en/default/list/table.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/en/default/list') diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 02fe8e728..b686e7924 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -200,6 +200,10 @@ [%- bug.$column.truncate(col_abbrev.maxlength, col_abbrev.ellipsis) FILTER html -%] + [% ELSIF bug_fields.$column.type == constants.FIELD_TYPE_BUG_ID %] + + [%- bug.$column.truncate(col_abbrev.maxlength, col_abbrev.ellipsis) FILTER html -%] + [% ELSE %] [%- display_value(column, bug.$column).truncate(col_abbrev.maxlength, col_abbrev.ellipsis) FILTER html -%] [% END %] -- cgit v1.2.3-24-g4f1b