X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3666b674330ec8d14a224932a191d6121c5974e2..613b748c5556139bdd04b6cda2f5ebf448e20aa2:/app/views/traces/index.html.erb?ds=sidebyside diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index 86ac37f00..609dbcede 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -26,12 +26,6 @@ <%= render :partial => "trace_paging_nav" %> <table id="trace_list" class="table table-borderless table-striped"> - <thead> - <tr> - <th></th> - <th></th> - </tr> - </thead> <tbody> <%= render @traces unless @traces.nil? %> </tbody>