Created
July 24, 2010 22:45
-
-
Save iamnoah/489054 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| <meta name="layout" content="main" /> | |
| <g:set var="entityName" value="${message(code: 'product.label', default: 'Product')}" /> | |
| <title><g:message code="default.list.label" args="[entityName]" /></title> | |
| </head> | |
| <body> | |
| <div class="nav"> | |
| <span class="menuButton"><a class="home" href="${createLink(uri: '/')}"><g:message code="default.home.label"/></a></span> | |
| <span class="menuButton"><g:link class="create" action="create"><g:message code="default.new.label" args="[entityName]" /></g:link></span> | |
| </div> | |
| <div class="body"> | |
| <g:include controller="product" action="renderProduct" id="${params.id}" /> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment