X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/81ad7154747244abfa2e38dc529e62e6bd8998bd..a91afa0e78a5fa3e54aee38ec64c43fcea0b7abb:/app/views/traces/index.html.erb diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index 026e85aed..71b25afe0 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -1,12 +1,18 @@ <% content_for :heading_class, "pb-0" %> <% content_for :heading do %>
- <%= t(".description") %> - <% if params[:tag] %> - <%= link_to t(".remove_tag_filter", :tag => params[:tag]), { :controller => "traces", :action => "index", :display_name => nil, :tag => nil, :page => nil }, { :class => "border-left ml-2 pl-2" } %> - <% end %> -
+ <% end %> @@ -68,5 +76,7 @@ <%= render "trace_paging_nav", :page => @page, :page_size => @page_size, :traces => @traces, :params => @params %> <% else %> -<%= 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 %>