diff options
| author | myk%mozilla.org <> | 2005-03-16 01:48:34 +0000 |
|---|---|---|
| committer | myk%mozilla.org <> | 2005-03-16 01:48:34 +0000 |
| commit | f5c3529c20575218e9f80e1be14fa48e746c8b4a (patch) | |
| tree | da7d506f4995f8fcb65aa3a2b0f10db24645801b /template/en/default/bug/process | |
| parent | e58cd6de49308c565c5dbfbe12dce30a918a9082 (diff) | |
| download | bugs-f5c3529c20575218e9f80e1be14fa48e746c8b4a.tar bugs-f5c3529c20575218e9f80e1be14fa48e746c8b4a.tar.gz bugs-f5c3529c20575218e9f80e1be14fa48e746c8b4a.tar.bz2 bugs-f5c3529c20575218e9f80e1be14fa48e746c8b4a.tar.xz bugs-f5c3529c20575218e9f80e1be14fa48e746c8b4a.zip | |
Fix for bug 284446: adds hooks useful for testrunner and other third-party extensions; r=gerv
Diffstat (limited to 'template/en/default/bug/process')
| -rw-r--r-- | template/en/default/bug/process/results.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/bug/process/results.html.tmpl b/template/en/default/bug/process/results.html.tmpl index f3e7a0791..f6305f554 100644 --- a/template/en/default/bug/process/results.html.tmpl +++ b/template/en/default/bug/process/results.html.tmpl @@ -55,6 +55,8 @@ </td> <td> <a href="show_bug.cgi?id=[% id %]">Back To [% terms.Bug %]# [% id %]</a> + [%# Links to more information about the changed bug. %] + [% Hook.process("links") %] </td> </tr> </table> |
