21 lines
349 B
XML
21 lines
349 B
XML
<?xml version='1.0' ?>
|
|
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
|
|
<tr>
|
|
<td>
|
|
<t:view t:component="summary" />
|
|
</td>
|
|
<td>
|
|
<t:view t:component="priority" />
|
|
</td>
|
|
<td>
|
|
<t:a t:href="$todo-list/view" t:query="id">View</t:a>
|
|
</td>
|
|
<td>
|
|
<t:a t:href="$todo-list/edit" t:query="id">Edit</t:a>
|
|
</td>
|
|
</tr>
|
|
|
|
</t:chloe>
|