projects
/
pgcommitfest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75796dd
)
Add home page link to page header, as suggested by Josh Tolley.
author
Robert Haas
<
[email protected]
>
Tue, 26 May 2009 20:59:30 +0000
(16:59 -0400)
committer
Robert Haas
<
[email protected]
>
Tue, 26 May 2009 20:59:30 +0000
(16:59 -0400)
template/header.tt2
patch
|
blob
|
blame
|
history
diff --git
a/template/header.tt2
b/template/header.tt2
index b4cdf74a50b1f666984113d24f6834f7dbe07190..1563751cb587dd6e8983b8f832621b0c29df1c7b 100644
(file)
--- a/
template/header.tt2
+++ b/
template/header.tt2
@@
-18,6
+18,7
@@
[% IF authenticate.userid.defined %]Welcome, [% authenticate.userid | htmlsafe %] - <a href='/action/logout'>Log Out</a>
[% ELSE %]<a href='/action/login'>Log In</a>
[% END %]
+ - <a href='/'>Home Page</a>
</td>
</tr>
</table>