X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/19d62168607b8a355156b2c2e089b615ab4c9381..10e035df932b194c13cc319d8db0f41212454cee:/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 %>