diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-18 11:04:42 +0100 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-18 11:04:42 +0100 |
commit | 558b32c885ec650616fe16a2aa1ca2226f27731c (patch) | |
tree | 6051f5ff4598e00ae2cba42d44f0d10c4294e61a | |
parent | db2829da275f6984d8ac6b2c48f9bf04a34c91fc (diff) | |
download | hyperkitty-558b32c885ec650616fe16a2aa1ca2226f27731c.tar.gz hyperkitty-558b32c885ec650616fe16a2aa1ca2226f27731c.tar.xz hyperkitty-558b32c885ec650616fe16a2aa1ca2226f27731c.zip |
Add a link to the index page
-rw-r--r-- | templates/base2.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/base2.html b/templates/base2.html index c477a99..bb9ab53 100644 --- a/templates/base2.html +++ b/templates/base2.html @@ -42,6 +42,11 @@ {{list_address}} </a> </p> + <p id="list_email" class='inline'> + <a href="/2/"> + All lists + </a> + </p> <div id="searchbox"> <form action="/2/search/{{list_address}}" method="get"> {{ search_form }} |