]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/mine.html.erb
Remove custom table styling
[rails.git] / app / views / notes / mine.html.erb
index c7015578b24ed575ba913cfad7cd4567f990c755..2f68ba5c61359cb89591030d033543b821cfefc7 100644 (file)
@@ -5,15 +5,17 @@
 
 <%= render :partial => "notes_paging_nav" %>
 
-<table class="note_list">
-  <tr>
-    <th></th>
-    <th><%= t ".id" %></th>
-    <th><%= t ".creator" %></th>
-    <th><%= t ".description" %></th>
-    <th><%= t ".created_at" %></th>
-    <th><%= t ".last_changed" %></th>
-  </tr>
+<table class="table table-sm note_list">
+  <thead>
+    <tr>
+      <th></th>
+      <th><%= t ".id" %></th>
+      <th><%= t ".creator" %></th>
+      <th><%= t ".description" %></th>
+      <th><%= t ".created_at" %></th>
+      <th><%= t ".last_changed" %></th>
+    </tr>
+  </thead>
 <% @notes.each do |note| -%>
   <tr<% if note.author == @user %> class="creator"<% end %>>
     <td>