Ignore:
Timestamp:
Oct 12, 2009, 10:42:58 AM (15 years ago)
Author:
gav
Message:

Replace all deprecated "createLinkTo" links with "resource".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/person/list.gsp

    r147 r151  
    4545                    <td>
    4646                        <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" />
    4848                        </g:link>
    4949                    </td>
Note: See TracChangeset for help on using the changeset viewer.