From 970ed4b46471eef68f0c6d371770942a53f4c266 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 13 Dec 2013 15:40:29 +0100 Subject: [PATCH] Fix issue filter when logged in : revert part of 11832efb6de919b85699db35c80a3dc9d2db2928 --- .../WEB-INF/app/views/navigator/_filter_templates.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/navigator/_filter_templates.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/navigator/_filter_templates.html.erb index 15f95ff7521..bb56898e87b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/navigator/_filter_templates.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/navigator/_filter_templates.html.erb @@ -106,7 +106,7 @@ {[ if (choicesArray.length > 0) { ]} {[ _.each(choicesArray, function(f) { ]}
  • - +
  • {[ }); ]}
  • -- 2.39.5