X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/edaddbedaec78a252e988e2271962407e64483fd..696aa8b5a86609a567979d80465eed537f4ad948:/app/views/trace/_trace_header.html.erb diff --git a/app/views/trace/_trace_header.html.erb b/app/views/trace/_trace_header.html.erb index 5be7269c2..85de77396 100644 --- a/app/views/trace/_trace_header.html.erb +++ b/app/views/trace/_trace_header.html.erb @@ -16,7 +16,3 @@ | <%= 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 %>