]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3114 Open resource links on the "dependencies" tab
authorFabrice Bellingard <bellingard@gmail.com>
Tue, 27 Mar 2012 17:24:58 +0000 (19:24 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Tue, 27 Mar 2012 17:25:53 +0000 (19:25 +0200)
plugins/sonar-design-plugin/src/main/resources/org/sonar/plugins/design/ui/dependencies/dependencies_viewer.html.erb

index 757302422fbed82c189e21b903743abcf86d02a5..db5fccb259132085537a2fee8ab1d811080816eb 100644 (file)
@@ -36,7 +36,7 @@
       %>
         <tr>
           <td class="thin"><%= image_tag 'q/CLA.png'-%></td>
-          <td><%= link_to_resource resource, resource.long_name -%> (<%= dep.weight -%>)</td>
+          <td><%= link_to_resource resource, resource.long_name, {:tab => 'dependencies'} -%> (<%= dep.weight -%>)</td>
         </tr>
       <% end %>
       </tbody>