diff options
author | Byron Jones <glob@mozilla.com> | 2014-07-31 16:55:43 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-07-31 16:55:43 +0200 |
commit | 801215c0fd8788c077b7decd1b3ae49a729680b2 (patch) | |
tree | 351dfb3d60d21c157d72419709f888cd95955acd | |
parent | 82596cbffbf3db8dd1caf665d06f10db9e0e7e58 (diff) | |
download | bugzilla-801215c0fd8788c077b7decd1b3ae49a729680b2.tar.gz bugzilla-801215c0fd8788c077b7decd1b3ae49a729680b2.tar.xz |
Bug 1046779: Components with no default QA still display a usermenu arrow on describecomponents.cgi
-rw-r--r-- | template/en/default/global/user.html.tmpl | 2 |
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 %] |