diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-04-12 09:09:45 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-04-20 08:49:59 +0200 |
commit | 41f21f268851ae24bdcd6451a04e2e091414e781 (patch) | |
tree | c6accd2ab5f549b5cbac519eb7ac1df9e01466b0 /sonar-server/src/main/webapp | |
parent | 73a7647736e081c1d3840c423bd602e7301afe39 (diff) | |
download | sonarqube-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.erb | 2 | ||||
-rw-r--r-- | sonar-server/src/main/webapp/images/reviews/add.png | bin | 0 -> 675 bytes | |||
-rw-r--r-- | sonar-server/src/main/webapp/images/reviews/existing.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000000..4adea42ba4e --- /dev/null +++ b/sonar-server/src/main/webapp/images/reviews/add.png diff --git a/sonar-server/src/main/webapp/images/reviews/existing.png b/sonar-server/src/main/webapp/images/reviews/existing.png Binary files differnew file mode 100644 index 00000000000..3af02f48d89 --- /dev/null +++ b/sonar-server/src/main/webapp/images/reviews/existing.png |