]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4303 remove the Hide links from rule and changelog
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 3 Jun 2013 10:52:00 +0000 (12:52 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 3 Jun 2013 10:52:36 +0000 (12:52 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_changelog.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_rule.html.erb
sonar-server/src/main/webapp/stylesheets/style.css

index 6f96669525fbbb2e7f6575651e906aa3c513cf51..421d203caad4bd7c279f267ce66f5697360e2d74 100644 (file)
@@ -1,4 +1,4 @@
-<ul class="marginbottom10">
+<ul>
   <li>
     <%= format_datetime(@issue.creationDate()) -%>
     <% if @issue.reporter %>
@@ -12,8 +12,4 @@
     <%= format_datetime(change.createdAt()) -%> - <%= change.userLogin -%> - <%= change.changeData -%>
   </li>
   <% end %>
-</ul>
-
-<div class="note">
-  <a href="#" onclick="return toggleIssueChangelog(this)"><%= message 'hide' -%></a><%= image_tag 'asc.png' -%>
-</div>
\ No newline at end of file
+</ul>
\ No newline at end of file
index e67b1a7d1e04f5ae499e3be767e71c9641a064fb..279ccb735a842d1a2ea36262a2d880f6ba8c3afe 100644 (file)
@@ -13,8 +13,6 @@
 <% end %>
 
 <div class="note">
-  <a href="#" onclick="return toggleIssueRule(this)"><%= message 'hide' -%></a><%= image_tag 'asc.png' -%>
-  &nbsp;<%= image_tag 'sep12.png' -%>&nbsp;
   <%= @rule.plugin_name -%>
   &nbsp;<%= image_tag 'sep12.png' -%>&nbsp;
   <a href="#" onclick="return openIssueRulePopup(this)"><%= @rule.plugin_rule_key -%></a>
index cbf43afaf30704818f2339f984d71c718f957a37..c415f6504d3a23b5294a38b758689729f78165cc 100644 (file)
@@ -104,6 +104,7 @@ code {
   color: #777;
   font-size: 93%;
   font-weight: normal;
+  line-height: 13px;
 }
 
 .note img {