]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/trace/_trace_header.rhtml
Put auto discovery links in the document head.
[rails.git] / app / views / trace / _trace_header.rhtml
index b4ef3f61273c125b1396f65618173e696f47e4de..f739d90532c7a46a5a995a4a7e2d931887caf416 100644 (file)
@@ -1,6 +1,8 @@
 <h1><%= h(@title) %></h1>
 
+<% content_for :head do %>
 <%= auto_discovery_link_tag :atom, :action => 'georss', :display_name => @display_name, :tag => @tag %>
+<% end %>
 
 <p>
   <%= rss_link_to :action => 'georss', :display_name => @display_name, :tag => @tag %>