Fixed a little consistency issue in the timeline subtab link.

dev
Loic d'Anterroches 2008-12-07 10:01:17 +01:00
parent 8378da5353
commit 4add76dbc8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
{block tabhome} class="active"{/block}
{block subtabs}
<div id="sub-tabs">
<a href="{url 'IDF_Views_Project::home', array($project.shortname)}">{trans 'Welcome'}</a> | <strong>{trans 'Latest Updates'}</strong>{superblock}
<a href="{url 'IDF_Views_Project::home', array($project.shortname)}">{trans 'Welcome'}</a> | <strong><a href="{url 'IDF_Views_Project::timeline', array($project.shortname)}" class="active">{trans 'Latest Updates'}</a></strong>{superblock}
</div>
{/block}