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
2015-12-17 21:25:25 +03:00

16 lines
341 B
Handlebars

<table class="list__table">
<thead>
<tr>
<th></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>