From 704644a4660cb25b3bbbc233537c3d8fd5029ea1 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 8 Mar 2013 12:38:50 +0100 Subject: Bug 848250: Bug summary tooltip now includes "---" for unresolved bugs r=dkl a=LpSolit --- template/en/default/bug/link.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template/en/default/bug/link.html.tmpl') diff --git a/template/en/default/bug/link.html.tmpl b/template/en/default/bug/link.html.tmpl index 4e62e04ec..40031e16f 100644 --- a/template/en/default/bug/link.html.tmpl +++ b/template/en/default/bug/link.html.tmpl @@ -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) %] -- cgit v1.2.3-24-g4f1b