Fix template.

This commit is contained in:
BoHung Chiu 2022-10-27 19:46:19 +08:00
parent db5e76e97f
commit 7f7c70060d
1 changed files with 12 additions and 10 deletions

View File

@ -12,16 +12,18 @@
</th> </th>
</thead> </thead>
<tbody class="tbody" > <tbody class="tbody" >
<tr class="archives" data-list="archives" data-level="1"> <span class="archives" data-list="archives" data-level="1">
<tr class="archive-items" data-list="files" data-level="2"> <span data-list="files" data-level="2">
<td class="col-sm-8"> <tr class="archive-items">
{{file-name}} <td class="col-sm-8">
</td> {{file-name}}
<td class="col-sm-4"> </td>
<a href="{{file-url}}" class="i-archive-files-item" target="_blank" data-toggle="tooltip" data-placement="bottom" title="{{file-name}}"><span class="label label-primary {{file-type}}">{{file-type}}</span></a> <td class="col-sm-4">
</td> <a href="{{file-url}}" class="i-archive-files-item" target="_blank" data-toggle="tooltip" data-placement="bottom" title="{{file-name}}"><span class="label label-primary {{file-type}}">{{file-type}}</span></a>
</tr> </td>
</tr> </tr>
</span>
</span>
</tbody> </tbody>
</table> </table>
</div> </div>