X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0b81013437cf39471a3e1b46a1579ea46ced0192..d2db785a2ac74eed0392694fa659cce7337c68d1:/app/views/trace/list.html.erb
diff --git a/app/views/trace/list.html.erb b/app/views/trace/list.html.erb
index 06c6fb9f1..3003df98a 100644
--- a/app/views/trace/list.html.erb
+++ b/app/views/trace/list.html.erb
@@ -20,22 +20,20 @@
<% end %>
-<% if @traces.size > 1 %>
+<% if @traces.size > 0 %>
<%= render :partial => 'trace_paging_nav' %>
-<% else %>
- <%= t('trace.list.empty') %> <%= link_to t('trace.list.upload_new'), :controller => 'trace', :action => 'list', :display_name => nil, :tag => nil, :page => nil %> <%= raw t('trace.list.learn_more') %>
-<% end %>
-
-
- |
- |
-
- <%= render :partial => 'trace', :collection => @traces unless @traces.nil? %>
-
+
+
+ |
+ |
+
+ <%= render :partial => 'trace', :collection => @traces unless @traces.nil? %>
+
-<% if @traces.size > 1 %>
<%= render :partial => 'trace_paging_nav' %>
+<% else %>
+ <%= t 'trace.list.empty_html', :upload_link => link_to(t('trace.list.upload_new'), trace_create_path) %>
<% end %>
<%= render :partial => 'trace_optionals' %>