X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1b591df0bc58a469aa4b5ffdc7e2f4914a42844a..3b6d2c5336eac35912909c9102c77bf6472901e6:/app/views/trace/_trace_header.rhtml diff --git a/app/views/trace/_trace_header.rhtml b/app/views/trace/_trace_header.rhtml index e84d46781..b4ef3f612 100644 --- a/app/views/trace/_trace_header.rhtml +++ b/app/views/trace/_trace_header.rhtml @@ -1,23 +1,24 @@
+ <%= 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 %> + <% if @tag or @display_name %> + | <%= link_to 'See all traces', :controller => 'trace', :action => 'list' %> + <% end %> + <% if @tag and @user and @user.display_name == @display_name %> + | <%= link_to 'See all your traces', :controller => 'trace', :action => 'mine' %> + <% end %> +
-+ 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. +
+<% end %>