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.
13 lines
417 B
HTML
13 lines
417 B
HTML
<table id="resources-list" class="table table-striped">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Title</th>
|
|
<th class="d-none d-md-table-cell" scope="col">Type</th>
|
|
<th class="d-none d-md-table-cell" scope="col">Author of resource</th>
|
|
<th scope="col">Link</th>
|
|
<th scope="col"></th>
|
|
<th scope="col"></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|