]> git.openstreetmap.org Git - rails.git/commitdiff
Put all feed discovery tags in the auto_discovery_link_tag section
authorTom Hughes <tom@compton.nu>
Sat, 7 Dec 2013 14:33:52 +0000 (14:33 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 7 Dec 2013 14:33:52 +0000 (14:33 +0000)
app/views/diary_entry/list.html.erb
app/views/trace/list.html.erb

index a715d152419d9eba1b271ee8ac5b16cb227a0cef..0f3415fb64a7eb6436e54e9285312acae9ef43b1 100644 (file)
@@ -50,7 +50,7 @@
 <% end %>
 
 <% unless params[:friends] or params[:nearby] -%>
-  <% content_for :head do -%>
+  <% content_for :auto_discovery_link_tag do -%>
   <%= auto_discovery_link_tag :rss, :action => 'rss', :language => params[:language] %>
   <% end -%>
 <% end -%>
index cd72ee406f2ad2e6d00a18e7ded0cf11866e7b93..1e89e963ddf7372b5afd9caae1da65bc4cdd77fe 100644 (file)
@@ -18,7 +18,7 @@
   </ul>
 <% end %>
 
-<% content_for :head do %>
+<% content_for :auto_discovery_link_tag do %>
 <%= auto_discovery_link_tag :rss, :action => 'georss', :display_name => @display_name, :tag => @tag %>
 <% end %>