From 0769a646dcb9a9c651825dbf4934ef3200c3270e Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 5 Jun 2013 09:30:08 +0200 Subject: [PATCH] SONAR-3755 remove expand icons --- .../src/main/webapp/WEB-INF/app/views/issue/_issue.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 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 ed5e3842a36..49325caefb8 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 @@ -6,7 +6,7 @@ ">   - <%= h Internal.rules.ruleL10nName(@issue_results.rule(issue)) -%><%= image_tag 'bullet_arrow_down.gif' %> + <%= h Internal.rules.ruleL10nName(@issue_results.rule(issue)) -%>   <% if issue.resolution %> @@ -21,7 +21,7 @@ <% end %>   - <%= distance_of_time_in_words_to_now(Api::Utils.java_to_ruby_datetime(issue.creationDate())) -%><%= image_tag 'bullet_arrow_down.gif' %> + <%= distance_of_time_in_words_to_now(Api::Utils.java_to_ruby_datetime(issue.creationDate())) -%>   <% if issue.reporter %> -- 2.39.5