From: Fabrice Bellingard Date: Mon, 26 Nov 2012 11:17:48 +0000 (+0100) Subject: SONAR-3972 Show dropdown menu even without clicking on the menu entry X-Git-Tag: 3.4~283 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0667155d25f0f9dc7ad838129aa7c9833f99d6e1;p=sonarqube.git SONAR-3972 Show dropdown menu even without clicking on the menu entry --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_tools.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_tools.html.erb index ecd47f15adf..2c69acfcbb9 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_tools.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_tools.html.erb @@ -1,7 +1,7 @@ -
  • - <%= message('layout.tools') -%> +
  • + <%= message('layout.tools') -%> -
  • - <%= current_user ? current_user.name(true) : message('layout.user_panel.me') -%> +
  • + <%= current_user ? current_user.name(true) : message('layout.user_panel.me') -%> -