diff options
author | Byron Jones <bjones@mozilla.com> | 2012-01-04 17:04:52 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-01-04 17:04:52 +0100 |
commit | aa054c034d008bcac3978baab016641822ae695c (patch) | |
tree | 5a5c4723c74a2dc0e2e3427e235402902b526b34 /extensions/InlineHistory/template | |
parent | 3bd91966b819ce30368d5df22059458beba9d12a (diff) | |
download | bugzilla-aa054c034d008bcac3978baab016641822ae695c.tar.gz bugzilla-aa054c034d008bcac3978baab016641822ae695c.tar.xz |
bug 696079: make attachment links in inline history consistent
Diffstat (limited to 'extensions/InlineHistory/template')
-rw-r--r-- | extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl index 5040401c8..c8111bf75 100644 --- a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl +++ b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl @@ -60,7 +60,7 @@ [%# make attachment changes better %] [% IF change.attachid %] html += '<a ' - + 'href="attachment.cgi?action=edit&id=[% change.attachid FILTER none %]" ' + + 'href="attachment.cgi?id=[% change.attachid FILTER none %]&action=edit" ' + 'title="[% change.attach.description FILTER js %]" ' + 'class="[% "bz_obsolete" IF change.attach.isobsolete %]"' + '>Attachment #[% change.attachid FILTER none %]</a> - '; |