]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entry/list.rhtml
Don't hardcode the API version in the data browser.
[rails.git] / app / views / diary_entry / list.rhtml
index dd90de1697f70bc723265ba4ee313af1785224a8..e648e46f21c21b4cce6e02eeb56a4edccba84546 100644 (file)
@@ -28,5 +28,5 @@
 
 <br />
 
-<%= link_to(image_tag("RSS.gif", :size => "16x16", :border => 0), :action => 'rss') %>
-<%= auto_discovery_link_tag(:atom, :action => 'rss') %>
+<%= rss_link_to :action => 'rss' %>
+<%= auto_discovery_link_tag :atom, :action => 'rss' %>