Commit 06ef3e71 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 276816: attachment edit page should have <link rel="up"> to the bug - Patch…

Bug 276816: attachment edit page should have <link rel="up"> to the bug - Patch by victory(_RSZ_) <bmo@rsz.jp> r=wurblzap a=justdave
parent 1e68fe1e
......@@ -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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment