]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4716 Move characteristics name above function detail
authorJulien Lancelot <julien.lancelot@gmail.com>
Mon, 14 Oct 2013 13:34:11 +0000 (15:34 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Mon, 14 Oct 2013 13:34:24 +0000 (15:34 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_technicaldebt.html.erb

index f717d8e21bc51bfa61c682a528cd654727de9eeb..4934e5a96636bd1b40ff8332b27f0ed892818aee 100644 (file)
@@ -1,6 +1,9 @@
 <% function = @requirement.function %>
-
 <div class="<%= function.linear? ? '' : 'marginbottom10' %>">
+  <%= @requirement.parent.parent.name %>&nbsp;&gt;&nbsp;<%= @requirement.parent.name %>
+</div>
+
+<div>
   <% if function.constant? %>
     <%= message('issue.technical_debt.constant_resource') -%>
   <% elsif function.linearWithThreshold? or function.linearWithOffset? %>
@@ -22,6 +25,3 @@
   <% end %>
 </div>
 
-<div class="note">
-  <%= @requirement.parent.parent.name %>&nbsp;&gt;&nbsp;<%= @requirement.parent.name %>
-</div>