]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/trace/list.rhtml
- replaced hardcoded www.openstreetmap.org with environment variable
[rails.git] / app / views / trace / list.rhtml
index dc3861a5433d535250d310cd89ce972e000cc296..dce98136f0403109efde8e20d95c1f17a1189ce6 100644 (file)
@@ -2,7 +2,7 @@
 
 <br /><br />
 
-<span class="rsssmall"><a href="<%= url_for :controller => 'trace', :action => 'georss' %>"><img src="http://www.openstreetmap.org/images/RSS.gif" border="0"></a></span> | 
+<span class="rsssmall"><a href="<%= url_for :controller => 'trace', :action => 'georss' %>"><img src="http://<%= SERVER_URL %>/images/RSS.gif" border="0"></a></span> | 
 <% if @user %>
   <%= link_to 'See just your traces', {:controller => 'trace', :action => 'mine'} %>
 <% else %>