diff options
author | jocuri%softhome.net <> | 2003-10-26 23:10:08 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2003-10-26 23:10:08 +0100 |
commit | c4fe5e703f90ed7b332c27909450053b7a1f092c (patch) | |
tree | 9dbcfee6ea6df3858a18cebaf8bd8966115570fe | |
parent | c1e422c6eaba7e76486b4fc156cd278202ec296b (diff) | |
download | bugzilla-c4fe5e703f90ed7b332c27909450053b7a1f092c.tar.gz bugzilla-c4fe5e703f90ed7b332c27909450053b7a1f092c.tar.xz |
Bug 222204: A mailto: link for the reporter would be very useful; r=kiko; a=justdave.
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 5b02d23b8..911035da1 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -143,7 +143,8 @@ <b>Reporter:</b> </td> <td> - [% bug.reporter.identity FILTER html %] + <a href="mailto:[% bug.reporter.email FILTER html %]"> + [% bug.reporter.identity FILTER html %]</a> </td> </tr> |