source:
trunk/grails-app/views/taskDetailed/_showTaskModifications.gsp
@
910
Last change on this file since 910 was 865, checked in by , 14 years ago | |
---|---|
File size: 132 bytes |
Rev | Line | |
---|---|---|
[865] | 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.