]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 222204: A mailto: link for the reporter would be very useful; r=kiko; a=justdave.
authorjocuri%softhome.net <>
Sun, 26 Oct 2003 22:10:08 +0000 (22:10 +0000)
committerjocuri%softhome.net <>
Sun, 26 Oct 2003 22:10:08 +0000 (22:10 +0000)
template/en/default/bug/edit.html.tmpl

index 5b02d23b84b0907e6f65a5e97f472189ae8f623b..911035da16131912b44c8a4879a015afd99ff512 100644 (file)
         <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>