Changeset 923 for trunk/grails-app/views
- Timestamp:
- Oct 5, 2010, 11:10:38 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/home/index.gsp
r914 r923 19 19 20 20 <g:oauthLink consumer='myExperiment' 21 returnTo="[controller: ' Home', action: 'index']">Authorize</g:oauthLink>21 returnTo="[controller: 'home', action: 'index']">Authorize</g:oauthLink> 22 22 23 23 <g:hasOauthError> 24 24 <div class="errors"> 25 25 <g:renderOauthError /> 26 </div> 27 26 </div> 28 27 </g:hasOauthError> 29 28 </body>
Note: See TracChangeset
for help on using the changeset viewer.