X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/08b71b48e12ed1d34e8a807d913dbf9714635fc6..c03c8f4749c176df8107ef8e66b9a55db9875089:/app/views/trace/_trace_header.rhtml diff --git a/app/views/trace/_trace_header.rhtml b/app/views/trace/_trace_header.rhtml index a9d8ca259..5be7269c2 100644 --- a/app/views/trace/_trace_header.rhtml +++ b/app/views/trace/_trace_header.rhtml @@ -1,15 +1,22 @@ -
+ <%= 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 t('trace.trace_header.see_just_your_traces'), :action => 'mine' %> + <% end %> + <% if @tag or @display_name %> + | <%= link_to t('trace.trace_header.see_all_traces'), :controller => 'trace', :action => 'list' %> + <% end %> + <% if @tag and @user and @user.display_name == @display_name %> + | <%= link_to t('trace.trace_header.see_your_traces'), :controller => 'trace', :action => 'mine' %> + <% end %> +
+ +<% if @user and @user.traces.count(:conditions => ["inserted=?", false]) > 4 %> +<%= t'trace.trace_header.traces_waiting', :count => @user.traces.count(:conditions => ["inserted=?", false]) %>
+<% end %>