]> source.dussan.org Git - sonarqube.git/commitdiff
Fix html id
authorJulien Lancelot <julien.lancelot@gmail.com>
Fri, 19 Jul 2013 16:37:41 +0000 (18:37 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Fri, 19 Jul 2013 16:37:41 +0000 (18:37 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb

index a1baaff9167cfd02653adc9ce60c6a9e86ebb21f..4a2e5a855c5a402780546011d5fdff2efc7e92f1 100644 (file)
@@ -11,7 +11,7 @@
       <div class="project-search top">
         <span class="note"><%= message('projects_role.criteria.key') -%></span><br/>
         <% selected_key = @query_result.query.keys.to_a.first if @query_result.query.keys && @query_result.query.keys.size == 1 %>
-        <%= text_field_tag 'keys', selected_key, :id => 'search-text' %>
+        <%= text_field_tag 'keys', selected_key, :id => 'search-key' %>
       </div>
       <div class="project-search top">
         <span class="note"><%= message('type') -%></span><br/>