Bug 276816: attachment edit page should have <link rel="up"> to the bug - Patch by victory(_RSZ_) <bmo@rsz.jp> r=wurblzap a=justdave

This commit is contained in:
lpsolit%gmail.com 2006-08-25 08:38:06 +00:00
parent 3d7ff0c6a1
commit 71a25ed659

View File

@ -57,6 +57,11 @@
[% END %]
[% END %]
[%# *** Attachment *** %]
[% IF attachment && attachment.bug_id %]
<link rel="Up" href="show_bug.cgi?id=[% attachment.bug_id FILTER none %]">
[% END %]
[%# *** Dependencies, Votes, Activity, Print-version *** %]
[% IF bug %]