diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-06-23 21:49:44 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-06-23 21:49:44 +0200 |
commit | c85e69a7f8de9a80b0eb76a1f3e987f68379d82c (patch) | |
tree | 7eaa50dd29277bc17b6d525590cf9e3947e49dc7 /template | |
parent | c246445ab9801f28f99d6c88395bd3238b11f6bd (diff) | |
download | bugzilla-c85e69a7f8de9a80b0eb76a1f3e987f68379d82c.tar.gz bugzilla-c85e69a7f8de9a80b0eb76a1f3e987f68379d82c.tar.xz |
Bug 658547 - The link for new attachments in bugmail should point to the "Edit" page rather than to the attachment content itself
r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/format_comment.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/format_comment.txt.tmpl b/template/en/default/bug/format_comment.txt.tmpl index ed89188a6..156798026 100644 --- a/template/en/default/bug/format_comment.txt.tmpl +++ b/template/en/default/bug/format_comment.txt.tmpl @@ -42,7 +42,7 @@ X[% comment_body %] [% ELSIF comment.type == constants.CMT_ATTACHMENT_CREATED %] Created attachment [% comment.extra_data %] [% IF is_bugmail %] - --> [% urlbase _ "attachment.cgi?id=" _ comment.extra_data %] + --> [% urlbase _ "attachment.cgi?id=" _ comment.extra_data _ "&action=edit" %] [% END %] [%+ comment.attachment.description %] |