%= form('add', context) %>
| ToDo: <%= list.size%> items | |||
|---|---|---|---|
| <%= item['priority'] %> | <%=h item['time'].strftime('%m/%d') %> | <%=h item['text'] %> | [<%=a('remove', {'key'=>item['key']}, context)%>X] |
| Prio. | |||
| Date | |||
| Memo | |||
| [<%=a('browse', {}, context)%>Close] | |||
| [<%=a('edit', {}, context)%>Add] | |||