]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5149 Fix useless spaces
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 18 Jun 2014 16:04:59 +0000 (18:04 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 18 Jun 2014 16:04:59 +0000 (18:04 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/show.html.erb

index 4961ba50b030ece16d11b9fd6eb22e8a67f34325..cfbc01603c49cdf237e283c91ca0c425f3a0fa07 100644 (file)
         </div>
         <% if @deprecated_active_rules > 0 %>
           <div class="widget-measure">
-            <%= message('quality_profiles.including') %>&nbsp;
-            <a href="<%= "#{ApplicationController.root_context}/coding_rules#qprofile=#{@profile.key().toString()}|activation=true|languages=#{@profile.language()}|statuses=DEPRECATED" -%>">
-                <%= @deprecated_active_rules -%>
-            </a>&nbsp;<%= message('quality_profiles.deprecated') %>
+            <%= message('quality_profiles.including') %>&nbsp;<a
+              href="<%= "#{ApplicationController.root_context}/coding_rules#qprofile=#{@profile.key().toString()}|activation=true|languages=#{@profile.language()}|statuses=DEPRECATED" -%>"
+              ><%= @deprecated_active_rules -%></a>&nbsp;<%= message('quality_profiles.deprecated') %>
           </div>
         <% end %>
       </div>