Commit 704644a4 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 848250: Bug summary tooltip now includes "---" for unresolved bugs

r=dkl a=LpSolit
parent 564fb684
......@@ -24,7 +24,9 @@
[%# We use "FILTER none" here because link_title is filtered down below. %]
[% link_title = BLOCK %]
[% display_value('bug_status', bug.bug_status) FILTER none %]
[%+ display_value('resolution', bug.resolution) FILTER none %]
[% IF bug.resolution %]
[%+ display_value('resolution', bug.resolution) FILTER none %]
[% END %]
[% END %]
[% IF user.can_see_bug(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