summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-12-22 00:11:45 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-12-22 00:11:45 +0000
commit34094526ec0e9ecabc947dd70096aca1052514ef (patch)
tree0b4962861696441dd12bce0c0d576df403a9f465
parentb3f1c8df6d725eff3fc9160c93c84d511057f671 (diff)
downloadsonarqube-34094526ec0e9ecabc947dd70096aca1052514ef.tar.gz
sonarqube-34094526ec0e9ecabc947dd70096aca1052514ef.zip
minor : change the RSS feed icon
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/description.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/description.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/description.html.erb
index 69edd07cbe9..a7d1b64bdc2 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/description.html.erb
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/description.html.erb
@@ -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? %>