Changeset 291


Ignore:
Timestamp:
Mar 22, 2010, 11:44:41 AM (13 years ago)
Author:
keesvb
Message:

changed home link to work under all URLs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/common/_topnav.gsp

    r290 r291  
    22    <!-- TOPNAV //-->
    33    <ul class="topnav">
    4      <li><g:link url="/${meta(name: 'app.name')}/">Home</g:link></li>
     4     <li><g:link controller="home" action="index">Home</g:link></li>
    55<n:isLoggedIn>
    66     <li><g:link controller="study" action="list">My studies</g:link></li>
Note: See TracChangeset for help on using the changeset viewer.