source: trunk/grails-app/views/taskDetailed/_showTaskModifications.gsp @ 865

Last change on this file since 865 was 865, checked in by gav, 13 years ago

Add task show modification update elements on ajax entry save.

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.