]> source.dussan.org Git - sonarqube.git/commitdiff
Fix issue filter when logged in : revert part of 11832efb6de919b85699db35c80a3dc9d2db2928
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 13 Dec 2013 14:40:29 +0000 (15:40 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 13 Dec 2013 14:40:29 +0000 (15:40 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/navigator/_filter_templates.html.erb

index 15f95ff7521804ad0785fc81b877cf88f759a863..bb56898e87b9077ffeac565d2a6a852047748484 100644 (file)
     {[ if (choicesArray.length > 0) { ]}
     {[ _.each(choicesArray, function(f) { ]}
     <li>
-      <label data-id="{{ f.k }}">{{{ f.v }}}</label>
+      <label data-id="{{ f.k }}">{{ f.v }}</label>
     </li>
     {[ }); ]}
     <li class="line"></li>