From 20bd92190773adb807b7996d6de03abfe02d3d0a Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Thu, 26 Jan 2012 11:19:59 +0100 Subject: [PATCH] SONAR-1492 Remove parameter list in rule description popup window --- .../WEB-INF/app/views/rules/show.html.erb | 52 ++----------------- 1 file changed, 4 insertions(+), 48 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules/show.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules/show.html.erb index 4de01168813..e79d247e569 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules/show.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules/show.html.erb @@ -1,4 +1,8 @@

<%= @rule.name %>

+
+<%= message('plugin') -%>: <%= @rule.plugin_name -%>    +<%= message('key') -%>: <%= @rule.plugin_rule_key %> +
<% if @rule.description.strip.start_with?('

') %> @@ -11,52 +15,4 @@

<%= @rule.note.html_text -%>

<% end %> - <% if @profile && @active_rule %> -
- - <%= message('rules.more_about_rule_on_profile_x', :params => @profile.name) %> - - - - - <% end %> -
-- 2.39.5