Added a project home.

This commit is contained in:
Loic d'Anterroches
2008-07-29 21:18:02 +02:00
parent ccf24df131
commit c50e218704
4 changed files with 48 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
<div id="header">
<div id="main-tabs">
{if $project}
{* <a href="{url 'IDF_Views_Project::home', array($project.shortname)}"{block tabhome}{/block}>{trans 'Project Home'}</a> *}
<a href="{url 'IDF_Views_Project::home', array($project.shortname)}"{block tabhome}{/block}>{trans 'Project Home'}</a>
<a href="{url 'IDF_Views_Issue::index', array($project.shortname)}"{block tabissues}{/block}>{trans 'Issues'}</a>
<a href="{url 'IDF_Views_Source::treeBase', array($project.shortname, 'master')}"{block tabsource}{/block}>{trans 'Source'}</a>
{if $isOwner}