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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/taskDetailed/search.gsp

    r150 r151  
    7070                            <td>
    7171                                <g:link action="show" id="${taskInstance.id}">
    72                                     <img  src="${createLinkTo(dir:'images/skin',file:'database_go.png')}" alt="Show" />
     72                                    <img  src="${resource(dir:'images/skin',file:'database_go.png')}" alt="Show" />
    7373                                </g:link>
    7474                            </td>
Note: See TracChangeset for help on using the changeset viewer.