]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/trace/_trace_header.rhtml
Use correct key for z15 and greater.
[rails.git] / app / views / trace / _trace_header.rhtml
index c89a2a390bf305aecdf9acdd17437294f42968cd..f739d90532c7a46a5a995a4a7e2d931887caf416 100644 (file)
@@ -1,7 +1,11 @@
 <h1><%= h(@title) %></h1>
 
+<% content_for :head do %>
+<%= auto_discovery_link_tag :atom, :action => 'georss', :display_name => @display_name, :tag => @tag %>
+<% end %>
+
 <p>
-  <span class="rsssmall"><a href="<%= url_for :action => 'georss', :display_name => @display_name, :tag => @tag %>"><img src="/images/RSS.gif" border="0" alt="RSS" /></a></span>
+  <%= rss_link_to :action => 'georss', :display_name => @display_name, :tag => @tag %>
   <% if @user.nil? or @display_name.nil? or @user.display_name != @display_name %>
     | <%= link_to 'See just your traces, or upload a trace', :action => 'mine' %>
   <% end %>
   <% end %>
 </p>
 
-<% if @display_name %>
-  <% if @user.traces.count(:conditions => "inserted=0") > 4 %>
-    <p>
-      You have <%= @user.traces.count(:conditions => "inserted=0") %> traces 
-      waiting for upload. Please consider waiting for these to finish before 
-      uploading any more, so as not to block the queue for other users.
-    </p>
-  <% end %>
+<% if @user and @user.traces.count(:conditions => "inserted=0") > 4 %>
+  <p>
+    You have <%= @user.traces.count(:conditions => "inserted=0") %> traces 
+    waiting for upload. Please consider waiting for these to finish before 
+    uploading any more, so as not to block the queue for other users.
+  </p>
 <% end %>