source:
branches/features/purchaseOrders/grails-app/views/taskDetailed/_showTaskModifications.gsp
@
954
Last change on this file since 954 was 865, checked in by , 14 years ago | |
---|---|
File size: 132 bytes |
Line | |
---|---|
1 | <ul> |
2 | <g:each var="a" in="${taskModificationList}"> |
3 | <li>${a?.encodeAsHTML()}</li> |
4 | </g:each> |
5 | </ul> |
Note: See TracBrowser
for help on using the repository browser.