summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-07-31 16:55:43 +0200
committerByron Jones <glob@mozilla.com>2014-07-31 16:55:43 +0200
commit801215c0fd8788c077b7decd1b3ae49a729680b2 (patch)
tree351dfb3d60d21c157d72419709f888cd95955acd /template/en/default/global/user.html.tmpl
parent82596cbffbf3db8dd1caf665d06f10db9e0e7e58 (diff)
downloadbugzilla-801215c0fd8788c077b7decd1b3ae49a729680b2.tar.gz
bugzilla-801215c0fd8788c077b7decd1b3ae49a729680b2.tar.xz
Bug 1046779: Components with no default QA still display a usermenu arrow on describecomponents.cgi
Diffstat (limited to 'template/en/default/global/user.html.tmpl')
-rw-r--r--template/en/default/global/user.html.tmpl2
1 files changed, 1 insertions, 1 deletions
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 %]
<span class="ln">[% who.login FILTER email FILTER html %]</span>
[% END %]
- [% IF user.id %]
+ [% IF user.id && who.id %]
<span class="arrow_container"><span class="arrow_down"></span></span>
[% END %]
[% END %]