]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 276816: attachment edit page should have <link rel="up"> to the bug - Patch by...
authorlpsolit%gmail.com <>
Fri, 25 Aug 2006 15:38:06 +0000 (15:38 +0000)
committerlpsolit%gmail.com <>
Fri, 25 Aug 2006 15:38:06 +0000 (15:38 +0000)
template/en/default/global/site-navigation.html.tmpl

index 8714b5ec0bd970795e2eec907240abcd314b7f2b..ffe9fe799aa70761c872a752935ec462e3bdfea7 100644 (file)
     [% 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 %]