Changeset 106 for trunk/grails-app/views/taskDetailed/list.gsp
- Timestamp:
- Apr 7, 2009, 12:21:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskDetailed/list.gsp
r85 r106 33 33 34 34 <th>Task Status</th> 35 36 <th>Edit</th>37 35 38 <th> Show</th>36 <th></th> 39 37 40 38 </tr> … … 56 54 <td>${fieldValue(bean:taskInstance, field:'taskStatus')}</td> 57 55 58 <td><g:link action="edit" id="${taskInstance.id}">Edit</g:link></td> 59 60 <td><g:link action="show" id="${taskInstance.id}">Show</g:link></td> 56 <td> 57 <g:link action="show" id="${taskInstance.id}"> 58 <img src="${createLinkTo(dir:'images/skin',file:'database_table.png')}" alt="Show" /> 59 </g:link> 60 </td> 61 61 62 62 </tr>
Note: See TracChangeset
for help on using the changeset viewer.