aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-06-05 12:49:14 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-06-05 12:49:14 +0200
commit78145182be251fc055da7a95a338bba231156e10 (patch)
treeb1d6d3afee4d1f7a8d119c537157fe3a0590390f /sonar-server
parent8d4733f45c3225c5770d1b9caae13dda9b6e273f (diff)
downloadsonarqube-78145182be251fc055da7a95a338bba231156e10.tar.gz
sonarqube-78145182be251fc055da7a95a338bba231156e10.zip
SONAR-4303 fix rendering of rule detail
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb
index 49325caefb8..20330a2c6ae 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb
@@ -31,7 +31,7 @@
<% end %>
</div>
- <div class="issue-rule" style="display: none"></div>
+ <div class="issue-rule rule_detail" style="display: none"></div>
<div class="issue-changelog" style="display: none"></div>
<% unless issue.message.blank? %>