]> git.openstreetmap.org Git - rails.git/commitdiff
Use th instead of td and b
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 14 Mar 2018 06:56:06 +0000 (14:56 +0800)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 14 Mar 2018 06:56:06 +0000 (14:56 +0800)
app/views/issues/index.html.erb

index 30b283324822c39ca693fc0c10f7dc03facc2a0e..f688037d8ec777d36c93ab7a95ccc0b68603dbc1 100644 (file)
 <table class="issues-list">
   <thead>
     <tr>
-      <td><b><%= t ".status" %></b></td>
-      <td><b><%= t ".reports" %></b></td>
-      <td><b><%= t ".reported_item" %></b></td>
-      <td><b><%= t ".reported_user" %></b></td>
-      <td><b><%= t ".last_updated" %></b></td>
+      <th><%= t ".status" %></th>
+      <th><%= t ".reports" %></th>
+      <th><%= t ".reported_item" %></th>
+      <th><%= t ".reported_user" %></th>
+      <th><%= t ".last_updated" %></th>
     </tr>
   </thead>
   <tbody>