Module: bugzilla Branch: master Commit: e1dfeca781942ca9b6c1952d9eb03b354767152d URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=e1dfeca781942ca9b6c195...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Dec 12 20:32:35 2013 +0100
format_comment.txt.tmpl: Don't point to the edit page for attachments.
This reverts the fix for https://bugzilla.mozilla.org/show_bug.cgi?id=658547. Viewing the attachment directly is more useful.
---
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 1567980..ed89188 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 _ "&action=edit" %] + --> [% urlbase _ "attachment.cgi?id=" _ comment.extra_data %] [% END %] [%+ comment.attachment.description %]