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

16 lines
341 B
Handlebars
Raw Normal View History

2015-11-21 15:55:42 +01:00
<table class="list__table">
<thead>
<tr>
<th></th>
2015-12-17 19:25:25 +01:00
<th>{{Res 'title'}}</th>
<th>{{Res 'user'}}</th>
<th>{{Res 'website'}}</th>
<th>{{Res 'tags'}}</th>
<th>{{Res 'notes'}}</th>
2015-11-21 15:55:42 +01:00
</tr>
</thead>
<tbody>
2015-12-16 22:50:45 +01:00
{{{items}}}
2015-11-21 15:55:42 +01:00
</tbody>
</table>