Use th instead of td and b
This commit is contained in:
parent
9e46754c88
commit
e41751fb32
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue