From: simonbrandhof Date: Wed, 4 May 2011 15:44:49 +0000 (+0200) Subject: Remove the switch button of comparison of Q profiles X-Git-Tag: 2.8~51 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fb5f0fe3dbf755fd0a609780a03c2741a3a6651f;p=sonarqube.git Remove the switch button of comparison of Q profiles --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb index d9db7e9648c..5dba13b9869 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb @@ -12,9 +12,6 @@ <%= options_for_profiles(@profiles, params[:id2].to_i) %> - <% if @profile1 && @profile2 %> - <%= image_tag 'switch.png' -%> - <% end %> <% if @profile1 && @profile2 %> diff --git a/sonar-server/src/main/webapp/images/switch.png b/sonar-server/src/main/webapp/images/switch.png deleted file mode 100644 index 4a72a34f9a5..00000000000 Binary files a/sonar-server/src/main/webapp/images/switch.png and /dev/null differ