From 0667155d25f0f9dc7ad838129aa7c9833f99d6e1 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Mon, 26 Nov 2012 12:17:48 +0100 Subject: [PATCH] SONAR-3972 Show dropdown menu even without clicking on the menu entry --- .../webapp/WEB-INF/app/views/layouts/_tools.html.erb | 6 +++--- .../WEB-INF/app/views/layouts/_user_panel.html.erb | 9 ++++++--- 2 files changed, 9 insertions(+), 6 deletions(-) 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') -%> -