Commit cd1c8884 authored by wurblzap%gmail.com's avatar wurblzap%gmail.com

Bug 314680: Dependecy graph link rel entry should depend on webdotbase param

Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave
parent efd65f18
......@@ -62,8 +62,10 @@
[% IF bug %]
<link rel="Show" title="Dependency Tree"
href="showdependencytree.cgi?id=[% bug.bug_id %]">
<link rel="Show" title="Dependency Graph"
href="showdependencygraph.cgi?id=[% bug.bug_id %]">
[% IF Param('webdotbase') %]
<link rel="Show" title="Dependency Graph"
href="showdependencygraph.cgi?id=[% bug.bug_id %]">
[% END %]
[% IF use_votes %]
<link rel="Show" title="Votes ([% bug.votes %])"
......
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