Put a proper link around the "Home" menu entry.

master
Thomas Keller 2010-11-25 02:02:38 +01:00
parent 704850f5c6
commit 653299f4d8
1 changed files with 1 additions and 1 deletions

View File

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