aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2011-04-12 09:09:45 +0200
committerFabrice Bellingard <bellingard@gmail.com>2011-04-20 08:49:59 +0200
commit41f21f268851ae24bdcd6451a04e2e091414e781 (patch)
treec6accd2ab5f549b5cbac519eb7ac1df9e01466b0 /sonar-server/src/main/webapp
parent73a7647736e081c1d3840c423bd602e7301afe39 (diff)
downloadsonarqube-41f21f268851ae24bdcd6451a04e2e091414e781.tar.gz
sonarqube-41f21f268851ae24bdcd6451a04e2e091414e781.zip
[SONAR-1973] Change icons
Diffstat (limited to 'sonar-server/src/main/webapp')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb2
-rw-r--r--sonar-server/src/main/webapp/images/reviews/add.pngbin0 -> 675 bytes
-rw-r--r--sonar-server/src/main/webapp/images/reviews/existing.pngbin0 -> 947 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb
index 6ac4247163f..3da5376fb0b 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb
@@ -10,7 +10,7 @@
<td width="30px" valign="top">
<% if current_user && violation.reviews.blank? %>
- <%= link_to_remote image_tag("add.png"),
+ <%= link_to_remote image_tag("reviews/add.png"),
:url => { :controller => "reviews", :action => "form", :violation_id => violation.id },
:update => "reviewFailure" + violation.id.to_s,
:html => { :id => "createReviewLink" + violation.id.to_s },
diff --git a/sonar-server/src/main/webapp/images/reviews/add.png b/sonar-server/src/main/webapp/images/reviews/add.png
new file mode 100644
index 00000000000..4adea42ba4e
--- /dev/null
+++ b/sonar-server/src/main/webapp/images/reviews/add.png
Binary files differ
diff --git a/sonar-server/src/main/webapp/images/reviews/existing.png b/sonar-server/src/main/webapp/images/reviews/existing.png
new file mode 100644
index 00000000000..3af02f48d89
--- /dev/null
+++ b/sonar-server/src/main/webapp/images/reviews/existing.png
Binary files differ