From: Guy Pyrzak Date: Sat, 18 Sep 2010 23:13:24 +0000 (+0200) Subject: Bug 136225: Make summary a link in buglists X-Git-Tag: bugzilla-4.0rc1~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86d35552351daca7b2db746959a1a93dbe14d93f;p=thirdparty%2Fbugzilla.git Bug 136225: Make summary a link in buglists r/a=mkanat --- diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 3ec44ad21f..909031b144 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -207,7 +207,10 @@ [% SET login_column = column.remove('_realname$') %] [% bug.${login_column}.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html %] - + [% ELSIF column == 'short_desc' || column == "short_short_desc" %] + + [%- bug.$column.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%] + [% ELSE %] [%- display_value(column, bug.$column).truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%] [% END %]