From 801215c0fd8788c077b7decd1b3ae49a729680b2 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 31 Jul 2014 10:55:43 -0400 Subject: Bug 1046779: Components with no default QA still display a usermenu arrow on describecomponents.cgi --- template/en/default/global/user.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/user.html.tmpl b/template/en/default/global/user.html.tmpl index 897cbbad6..38c1da113 100644 --- a/template/en/default/global/user.html.tmpl +++ b/template/en/default/global/user.html.tmpl @@ -37,7 +37,7 @@ [% ELSE %] [% who.login FILTER email FILTER html %] [% END %] - [% IF user.id %] + [% IF user.id && who.id %] [% END %] [% END %] -- cgit v1.2.3-24-g4f1b