]> source.dussan.org Git - sonarqube.git/commitdiff
Add HTML ID to the links of the filters popup
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 28 Sep 2011 16:11:03 +0000 (18:11 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 28 Sep 2011 16:11:03 +0000 (18:11 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/filters/search_path.html.erb

index a3dc8ced1fe8427d14c12d37ada57f00ec572a88..07ac8785aa8bcda00c33da486c1477664ce0e383 100644 (file)
@@ -38,7 +38,7 @@
       <% path_name=snapshot.path_name %>
       <%= path_name -%>
     </td>
-    <td><a href="#" onClick="selectPath(<%= snapshot.project_id-%>, '<%= escape_javascript(path_name) -%>')"><%= message('select_verb') -%></a></td>
+    <td><a id="select-<%= u(snapshot.project.key) -%>" href="#" onClick="selectPath(<%= snapshot.project_id-%>, '<%= escape_javascript(path_name) -%>')"><%= message('select_verb') -%></a></td>
   </tr>
   <% end
   end %>