aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/issue/_technicaldebt.html.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_technicaldebt.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_technicaldebt.html.erb
index f717d8e21bc..4934e5a9663 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_technicaldebt.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_technicaldebt.html.erb
@@ -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>