Commit 7adc23f4 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 152361: can't continue walking a dependency tree - Patch by André Batosti…

Bug 152361: can't continue walking a dependency tree - Patch by André Batosti <batosti@async.com.br> r/a=myk
parent 7827c282
......@@ -57,6 +57,10 @@ ul.tree li a.b_closed {
cursor: pointer;
}
ul.tree a.tree_link img {
border: 0;
}
.summ_info {
/* change to inline if you would like to see the full bug details
* displayed in the list */
......
......@@ -140,6 +140,11 @@
<span class="summ_text">[%+ bug.short_desc FILTER html %]</span>
<span class="summ_info">[[% INCLUDE buginfo %]]</span>
</a>
<a href="showdependencytree.cgi?id=[% bugid FILTER uri %]"
class="tree_link">
<img src="skins/standard/dependency-tree/tree.png"
title="See dependency tree for [% terms.bug %] [%+ bugid FILTER uri %]">
</a>
[% END %]
[% END %]
......
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