b2816b93bf
In MDL-75664, the approval status badge was re-added. However, the resources list template was missing so this commit is for fixing this.
9 lines
330 B
HTML
9 lines
330 B
HTML
<tr>
|
|
<th scope="row"><a href="##moreurl##">[[Title]]</a></th>
|
|
<td class="d-none d-md-table-cell">[[Type]]</td>
|
|
<td class="d-none d-md-table-cell">[[Author]]</td>
|
|
<td>[[Web link]]</td>
|
|
<td><div class="##approvalstatusclass##">##approvalstatus##</div></td>
|
|
<td>##actionsmenu##</td>
|
|
</tr>
|