diff options
author | Dave Lawrence <dkl@mozilla.com> | 2011-11-07 21:20:55 +0100 |
---|---|---|
committer | Dave Lawrence <dkl@mozilla.com> | 2011-11-07 21:20:55 +0100 |
commit | 0783861f3a3b134914b506dcbef4babb35afdd40 (patch) | |
tree | 55742b8dbfb7060e4b45ecb28ee2093258be4fb6 /extensions/InlineHistory | |
parent | 334c7f3f6ae3fb4bcedabda51b3d43b9ec6c82b2 (diff) | |
download | bugzilla-0783861f3a3b134914b506dcbef4babb35afdd40.tar.gz bugzilla-0783861f3a3b134914b506dcbef4babb35afdd40.tar.xz |
Bug 694468: linkify see-also urls in inline history
Diffstat (limited to 'extensions/InlineHistory')
-rw-r--r-- | extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl index d6b5b8cb2..261f5b3fd 100644 --- a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl +++ b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl @@ -136,7 +136,8 @@ [% PROCESS formattimeunit time_unit = value FILTER html FILTER js %] [% ELSIF change.buglist %] [% value FILTER bug_list_link FILTER js %] - [% ELSIF change.fieldname == 'bug_file_loc' %] + [% ELSIF change.fieldname == 'bug_file_loc' || + change.fieldname == 'see_also' %] [%~%]<a href="[% value FILTER html FILTER js %]" target="_blank"> [%~%][% value FILTER html FILTER js %]</a> [% ELSIF change.fieldname == 'assigned_to' || |