X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0b81013437cf39471a3e1b46a1579ea46ced0192..2ddd667910301e73a9961ffd70b72011f1dfb22a:/app/views/trace/list.html.erb diff --git a/app/views/trace/list.html.erb b/app/views/trace/list.html.erb index 06c6fb9f1..5a33defc8 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 => trace_create_path %>

<% end %> <%= render :partial => 'trace_optionals' %>