From c85e69a7f8de9a80b0eb76a1f3e987f68379d82c Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 23 Jun 2011 15:49:44 -0400 Subject: 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 --- template/en/default/bug/format_comment.txt.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') 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 %] -- cgit v1.2.3-24-g4f1b