]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-1922 Minor change in order to fix integration tests
authorEvgeny Mandrikov <mandrikov@gmail.com>
Thu, 2 Jun 2011 20:05:01 +0000 (00:05 +0400)
committerEvgeny Mandrikov <mandrikov@gmail.com>
Thu, 2 Jun 2011 22:06:42 +0000 (02:06 +0400)
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/description.html.erb

index 1891e837e47a1a6c9581353b46ca35f1d9c5e8d2..2c445f8f2bfa1ebb1f73cec41618d614108190fd 100644 (file)
@@ -21,7 +21,7 @@
     %>
     <tr>
       <td>Profile:</td>
-      <td id="resource_profile"><%= link_to profile_measure.data, {:controller => '/rules_configuration', :action => 'index', :id => profile_measure.value.to_i}, :id => 'profile_link' -%> (version <%= format_measure('profile_version', :default => '1') -%>)</td>
+      <td><span id="resource_profile"><%= link_to profile_measure.data, {:controller => '/rules_configuration', :action => 'index', :id => profile_measure.value.to_i}, :id => 'profile_link' -%></span> (version <%= format_measure('profile_version', :default => '1') -%>)</td>
     </tr>
     <% end %>
     <% if Project::SCOPE_SET==@project.scope %>