1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-07-05 08:04:27 +03:00
kangana/application/templates/index.mustache

27 lines
427 B
Plaintext
Raw Normal View History

{{#show_create}}
{{{link_new}}}
{{/show_create}}
<div class="hyphenate">
{{{content}}}
</div>
2016-10-11 08:12:01 +03:00
<table class="table">
<thead>
{{#get_header}}
<th>
{{.}}
</th>
{{/get_header}}
</thead>
<tbody>
{{#get_items}}
2016-10-11 08:12:01 +03:00
<tr>
<td class="hyphenate">{{{view_link}}}</td>
{{#edit_link}}
2016-10-11 08:12:01 +03:00
<td>{{{edit_link}}}</td>
<td>{{{delete_link}}}</td>
{{/edit_link}}
2016-10-11 08:12:01 +03:00
</tr>
{{/get_items}}
2016-10-11 08:12:01 +03:00
<tbody>
</table>