X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/297d05c63b742ff3e851f4d2514fe0043f57a29e..2ca1576e9a1bc5863be14d98bd9f5bf99b280d0d:/app/views/traces/index.html.erb diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index b930491c6..71b25afe0 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -76,5 +76,7 @@ <%= render "trace_paging_nav", :page => @page, :page_size => @page_size, :traces => @traces, :params => @params %> <% else %> -

<%= t ".empty_html", :upload_link => new_trace_path %>

+

<%= t ".empty_title" %>

+

<%= t ".empty_upload_html", :upload_link => link_to(t(".upload_new"), new_trace_path), + :wiki_link => link_to(t(".wiki_page"), t(".wiki_page_url")) %>

<% end %>