From 15e64474e4f16e36a5cfae9d1baa7be71da9ddc1 Mon Sep 17 00:00:00 2001
From: Tom Hughes
- 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 %> +<% if @user and @user.traces.count(:conditions => "inserted=0") > 4 %> ++ 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 %> -- 2.39.5