Ignore:
Timestamp:
07/05/10 12:56:53 (23 months ago)
Author:
dart
Message:

LoReality?:
o Add squadrons, pilots.
o Lot of fix
o Some cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/loreality/loreality/templates/component/navigation.html

    r2102 r2104  
    1212        <li> <a href=${h.url_for('/')}>Home</a> </li> 
    1313                % if h.auth.authorized(h.auth.is_valid_user) and not (request.urlvars['controller'] == 'account' and request.urlvars['action'] == 'signout'): 
    14         <li> <a href=${h.url_for(controller='campaign', action='index')}>Campaign</a> </li> 
     14        <li> <a href=${h.url_for(controller='campaign', action='index')}>Campaigns</a> </li> 
     15        <li> <a href=${h.url_for(controller='squadron', action='index')}>Squadrons</a> </li> 
     16        <li> <a href=${h.url_for(controller='pilot', action='index')}>Pilots</a> </li> 
    1517                % endif 
    1618</ul> 
Note: See TracChangeset for help on using the changeset viewer.