Commit 4ec36598 authored by Matt Selsky's avatar Matt Selsky Committed by Tiago Mello

Bug 715514: Fix showdependencytree misleading in "hide resolved" view

r=timello, a=LpSolit
parent 2177dd93
......@@ -49,14 +49,14 @@
[% IF ids.size %]
depends on
[% ELSE %]
does not depend on any [% terms.bugs %].
does not depend on any [% 'open' IF hide_resolved %].
[% END %]
[% ELSIF type == 2 %]
[% tree_name = "blocked_tree" %]
[% IF ids.size %]
blocks
[% ELSE %]
does not block any [% terms.bugs %].
does not block any [% 'open ' IF hide_resolved %][% terms.bugs %].
[% END %]
[% END %]
[% IF ids.size %]
......
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