From e68f03dfe6f2327b8d1b5deede4b6982c12dbce8 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Mon, 14 Oct 2013 15:34:11 +0200 Subject: [PATCH] SONAR-4716 Move characteristics name above function detail --- .../WEB-INF/app/views/issue/_technicaldebt.html.erb | 8 ++++---- 1 file 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 %> -
+ <%= @requirement.parent.parent.name %> > <%= @requirement.parent.name %> +
+ +
<% if function.constant? %> <%= message('issue.technical_debt.constant_resource') -%> <% elsif function.linearWithThreshold? or function.linearWithOffset? %> @@ -22,6 +25,3 @@ <% end %>
-
- <%= @requirement.parent.parent.name %> > <%= @requirement.parent.name %> -
-- 2.39.5