]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 136225: Make summary a link in buglists
authorGuy Pyrzak <guy.pyrzak@gmail.com>
Sat, 18 Sep 2010 23:13:24 +0000 (01:13 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 18 Sep 2010 23:13:24 +0000 (01:13 +0200)
r/a=mkanat

template/en/default/list/table.html.tmpl

index 3ec44ad21f14086eea123f74835f10d2f6159b23..909031b144677833c0d06f6ae51329cf987c8d6e 100644 (file)
         [% 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" %]
+        <a href="show_bug.cgi?id=[% bug.id FILTER html %]">
+          [%- bug.$column.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%]
+        </a>
       [% ELSE %]
         [%- display_value(column, bug.$column).truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%]
       [% END %]