Bug 848250: Bug summary tooltip now includes "---" for unresolved bugs
r=dkl a=LpSolit git-svn-id: svn://10.0.0.236/trunk@264789 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
83af283281
commit
ad321b5af7
@ -1 +1 @@
|
||||
8587
|
||||
8588
|
||||
@ -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) %]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user