Changeset 151 for trunk/grails-app/views/taskDetailed/show.gsp
- Timestamp:
- Oct 12, 2009, 10:42:58 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskDetailed/show.gsp
r139 r151 194 194 <td> 195 195 <g:link controller="entryDetailed" action="edit" id="${entry.id}"> 196 <img src="${ createLinkTo(dir:'images/skin',file:'database_edit.png')}" alt="Edit" />196 <img src="${resource(dir:'images/skin',file:'database_edit.png')}" alt="Edit" /> 197 197 </g:link> 198 198 </td> … … 233 233 <td> 234 234 <g:link controller="entryDetailed" action="edit" id="${entry.id}"> 235 <img src="${ createLinkTo(dir:'images/skin',file:'database_edit.png')}" alt="Edit" />235 <img src="${resource(dir:'images/skin',file:'database_edit.png')}" alt="Edit" /> 236 236 </g:link> 237 237 </td> … … 536 536 <td> 537 537 <g:link action="show" id="${subTaskInstance.id}"> 538 <img src="${ createLinkTo(dir:'images/skin',file:'database_go.png')}" alt="Show" />538 <img src="${resource(dir:'images/skin',file:'database_go.png')}" alt="Show" /> 539 539 </g:link> 540 540 </td>
Note: See TracChangeset
for help on using the changeset viewer.