1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00
keeweb/app/templates/list-table.hbs
2016-06-10 22:08:28 +03:00

16 lines
399 B
Handlebars

<table class="list__table">
<thead>
<tr>
<th><i class="fa fa-bars muted-color list__table-options"></i></th>
<th>{{Res 'title'}}</th>
<th>{{Res 'user'}}</th>
<th>{{Res 'website'}}</th>
<th>{{Res 'tags'}}</th>
<th>{{Res 'notes'}}</th>
</tr>
</thead>
<tbody>
{{{items}}}
</tbody>
</table>