]> source.dussan.org Git - sonarqube.git/commitdiff
minor : change the RSS feed icon
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 22 Dec 2010 00:11:45 +0000 (00:11 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 22 Dec 2010 00:11:45 +0000 (00:11 +0000)
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/description.html.erb

index 69edd07cbe9f66f615ead1dab9259ba3254bb887..a7d1b64bdc2fc7722dca129470e0ecb16ac65aa5 100644 (file)
@@ -27,7 +27,7 @@
     <% if Project::SCOPE_SET==@project.scope %>
     <tr>
       <td>Alerts: </td>
-      <td><%= image_tag 'feed-icon-14x14.png' -%> <a href="<%= url_for :controller => :feeds, :action => 'project', :id => @project.key, :category => EventCategory::KEY_ALERT -%>" class="action">RSS Feed</a></td>
+      <td><%= image_tag 'rss-12x12.png' -%> <a href="<%= url_for :controller => :feeds, :action => 'project', :id => @project.key, :category => EventCategory::KEY_ALERT -%>" class="action">RSS Feed</a></td>
     </tr>
     <% end %>
     <% unless @project.project_links.empty? %>