From: Fabrice Bellingard Date: Mon, 3 Dec 2012 15:45:18 +0000 (+0100) Subject: SONAR-3972 I must now click on the user name to display the user panel X-Git-Tag: 3.4~184 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6f942b943aee8e5115ec53f392561f4830d5641b;p=sonarqube.git SONAR-3972 I must now click on the user name to display the user panel --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_user_panel.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_user_panel.html.erb index 3c926c11a45..43ea4a115b7 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_user_panel.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_user_panel.html.erb @@ -5,11 +5,10 @@ var shouldUpdateRecentHistory = true; -
  • - <%= current_user ? current_user.name(true) : message('layout.user_panel.me') -%> +
  • + <%= current_user ? current_user.name(true) : message('layout.user_panel.me') -%> -