]> source.dussan.org Git - sonarqube.git/commitdiff
Fix display of rule from issue
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 3 Apr 2014 17:26:01 +0000 (19:26 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 3 Apr 2014 17:26:01 +0000 (19:26 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_rule.html.erb

index 9214ce50513db944cc3cdab12e232a8ceb6fd300..81135a4e4371272b6f33ff5af499a7400c075096 100644 (file)
@@ -8,14 +8,14 @@
   <% end %>
 </div>
 
-<% if @rule.note_data %>
+<% if @rule.ruleNote() %>
   <div class="marginbottom10">
-    <%= Api::Utils.markdown_to_html(@rule.note_data) -%>
+    <%= Api::Utils.markdown_to_html(@rule.ruleNote().data()) -%>
   </div>
 <% end %>
 
 <p class="note">
-  <span class="spacer-right"><%= h @rule.plugin_name -%>:<%= h @rule.plugin_rule_key -%></span>
+  <span class="spacer-right"><%= h @rule.ruleKey() -%></span>
   <%= image_tag 'sep12.png', :class => 'spacer-right' -%>
   <% if @characteristic && @sub_characteristic %>
     <%= @characteristic.name -%>&nbsp;&gt;&nbsp;<%= @sub_characteristic.name -%>