]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/trace/list.html.erb
Make the export bar less ugly
[rails.git] / app / views / trace / list.html.erb
index c600df1104567ca27333e1c92f4b4d884f755eac..dae4c89f616839ed97118b3e00d0d464828b4476 100644 (file)
   <%= render :partial => 'trace_paging_nav' %>
 
   <table id="trace_list" cellpadding="3">
-    <tr>
-      <th></th>
-      <th></th>
-    </tr>
-    <%= render :partial => 'trace', :collection => @traces unless @traces.nil? %>
+    <thead>
+      <tr>
+        <th></th>
+        <th></th>
+      </tr>
+    </thead>
+    <tbody>
+      <%= render :partial => 'trace', :collection => @traces unless @traces.nil? %>
+    </tbody>
   </table>
 
   <%= render :partial => 'trace_paging_nav' %>