Use th instead of td and b

This commit is contained in:
Andy Allan 2018-03-14 14:56:06 +08:00
parent 9e46754c88
commit e41751fb32

View file

@ -21,11 +21,11 @@
<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>