From ad5348e7f5f5ad76915c68d0993ad03afeb21047 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Fri, 12 Sep 2008 16:31:49 +0200 Subject: [PATCH] Fixed issue 42, add projects list link in project page. At the top, a link to the project list is added when within a project page. --- src/IDF/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/IDF/templates/base.html b/src/IDF/templates/base.html index 5c49e5f..a4c0836 100644 --- a/src/IDF/templates/base.html +++ b/src/IDF/templates/base.html @@ -36,6 +36,7 @@ {if $project}

{$project}

{/if}

{if !$user.isAnonymous()}{aurl 'url', 'IDF_Views_User::myAccount'}{blocktrans}Welcome, {$user}.{/blocktrans} {trans 'Sign Out'}{else}{trans 'Sign in or create your account'}{/if} +{if $project} | {trans 'Project List'}{/if} | {trans 'Help'}