File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
grails-forge/grails-forge-core/src/main/resources/gsp
grails-profiles/web/skeleton/grails-app/views Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7171 <ul >
7272 <g:each var =" c" in =" ${ grailsApplication. controllerClasses. sort { it. fullName } } " >
7373 <li class =" controller" >
74- <g:link controller =" ${ c. logicalPropertyName } " >${ c. fullName } </g:link >
74+ <g:link namespace = " ${ c . namespace } " controller =" ${ c. logicalPropertyName } " >${ c. fullName } </g:link >
7575 </li >
7676 </g:each >
7777 </ul >
Original file line number Diff line number Diff line change 7171 <ul >
7272 <g:each var =" c" in =" ${ grailsApplication. controllerClasses. sort { it. fullName } } " >
7373 <li class =" controller" >
74- <g:link controller =" ${ c. logicalPropertyName } " >${ c. fullName } </g:link >
74+ <g:link namespace = " ${ c . namespace } " controller =" ${ c. logicalPropertyName } " >${ c. fullName } </g:link >
7575 </li >
7676 </g:each >
7777 </ul >
You can’t perform that action at this time.
0 commit comments