Changeset 151 for trunk/grails-app/views/person
- Timestamp:
- Oct 12, 2009, 10:42:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/person/list.gsp
r147 r151 45 45 <td> 46 46 <g:link action="show" id="${person.id}"> 47 <img src="${ createLinkTo(dir:'images/skin',file:'database_go.png')}" alt="Show" />47 <img src="${resource(dir:'images/skin',file:'database_go.png')}" alt="Show" /> 48 48 </g:link> 49 49 </td>
Note: See TracChangeset
for help on using the changeset viewer.