]> source.dussan.org Git - sonarqube.git/commitdiff
[SONAR-1973] Change icons
authorFabrice Bellingard <bellingard@gmail.com>
Tue, 12 Apr 2011 07:09:45 +0000 (09:09 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Wed, 20 Apr 2011 06:49:59 +0000 (08:49 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_violation.html.erb
sonar-server/src/main/webapp/images/reviews/add.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/reviews/existing.png [new file with mode: 0644]

index 6ac4247163f0248f5bf7137e5d23e86fdf180816..3da5376fb0b9d6142c64e2be674164d592fc08a6 100644 (file)
@@ -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 (file)
index 0000000..4adea42
Binary files /dev/null and b/sonar-server/src/main/webapp/images/reviews/add.png 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 (file)
index 0000000..3af02f4
Binary files /dev/null and b/sonar-server/src/main/webapp/images/reviews/existing.png differ