diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-09-10 18:11:13 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-09-10 18:11:23 +0200 |
commit | 600cbc248e40b072911034afdeda935b27a70479 (patch) | |
tree | 19266b2d27ddd7ddd7c8c6b17f57741024c512f0 /sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb | |
parent | 2bb0aa75fde62e2ce8c555b8394a604a3da82750 (diff) | |
download | sonarqube-600cbc248e40b072911034afdeda935b27a70479.tar.gz sonarqube-600cbc248e40b072911034afdeda935b27a70479.zip |
SONAR-4653 Provide new CSS styles for tables and titles in rule descriptions
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb | 2 |
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 6e1cb2eeeed..67097e935b4 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 @@ -37,7 +37,7 @@ <% end %> </div> - <div class="issue-rule rule_detail" style="display: none"></div> + <div class="issue-rule rule-desc" style="display: none"></div> <div class="issue-changelog" id="issue-changelog" style="display: none"></div> <% unless issue.message.blank? %> |