summaryrefslogtreecommitdiffstats
path: root/extensions/InlineHistory
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-01-04 17:04:52 +0100
committerByron Jones <bjones@mozilla.com>2012-01-04 17:04:52 +0100
commitaa054c034d008bcac3978baab016641822ae695c (patch)
tree5a5c4723c74a2dc0e2e3427e235402902b526b34 /extensions/InlineHistory
parent3bd91966b819ce30368d5df22059458beba9d12a (diff)
downloadbugzilla-aa054c034d008bcac3978baab016641822ae695c.tar.gz
bugzilla-aa054c034d008bcac3978baab016641822ae695c.tar.xz
bug 696079: make attachment links in inline history consistent
Diffstat (limited to 'extensions/InlineHistory')
-rw-r--r--extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl2
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&amp;id=[% change.attachid FILTER none %]" '
+ + 'href="attachment.cgi?id=[% change.attachid FILTER none %]&amp;action=edit" '
+ 'title="[% change.attach.description FILTER js %]" '
+ 'class="[% "bz_obsolete" IF change.attach.isobsolete %]"'
+ '>Attachment #[% change.attachid FILTER none %]</a> - ';