]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5007 Fix profile links on profiles compare page
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 3 Jul 2014 15:50:55 +0000 (17:50 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 3 Jul 2014 15:50:55 +0000 (17:50 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb

index a70b6c3939dfcd46362b8c2d443b3e1a6c99b328..2568aff56e8c312c21f19942648a01d2b6eae06b 100644 (file)
@@ -45,7 +45,7 @@
             <thead>
             <tr>
               <th><a name="in1"/><%= message('quality_profiles.x_rules_only_in', :params => @in1.size) %>
-                <a href="<%= url_for :controller => 'profiles', :action => 'show', :id => @profile1.id -%>"><%= h @profile1.name %></a>
+                <a href="<%= url_for :controller => 'profiles', :action => 'show', :key => @profile1.kee -%>"><%= h @profile1.name %></a>
               </th>
             </tr>
             </thead>
@@ -72,7 +72,7 @@
             <thead>
             <tr>
               <th><a name="in2"/><%= message('quality_profiles.x_rules_only_in', :params => @in2.size) %>
-                <a href="<%= url_for :controller => 'profiles', :action => 'show', :id => @profile2.id -%>"><%= h @profile2.name %></a>
+                <a href="<%= url_for :controller => 'profiles', :action => 'show', :key => @profile2.kee -%>"><%= h @profile2.name %></a>
               </th>
             </tr>
             </thead>
             <thead>
             <tr>
               <th width="49%"><a name="modified"/><%= message('quality_profiles.x_rules_have_different_configuration', :params =>@modified.size) -%><br/>
-                <a href="<%= url_for :controller => 'profiles', :action => 'show', :id => @profile1.id -%>"><%= h @profile1.name %></a>
+                <a href="<%= url_for :controller => 'profiles', :action => 'show', :key => @profile1.kee -%>"><%= h @profile1.name %></a>
               </th>
               <th width="2%"></th>
               <th width="49%">
-                <br/><a href="<%= url_for :controller => 'profiles', :action => 'show', :id => @profile2.id -%>"><%= h @profile2.name %></a>
+                <br/><a href="<%= url_for :controller => 'profiles', :action => 'show', :key => @profile2.kee -%>"><%= h @profile2.name %></a>
               </th>
             </tr>
             </thead>