X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..62e7006a2131eef9f7569e8c25207b3777bc3d74:/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 %>