Mercurial > p > roundup > code
diff templates/classic/html/page.html @ 1637:e72158c2f831
help link
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 09 May 2003 03:52:06 +0000 |
| parents | 21312a7564fd |
| children | fdaeb6b5c29b |
line wrap: on
line diff
--- a/templates/classic/html/page.html Fri May 09 03:50:38 2003 +0000 +++ b/templates/classic/html/page.html Fri May 09 03:52:06 2003 +0000 @@ -83,6 +83,10 @@ <a tal:attributes="href python:request.indexargs_href('', {':action':'logout'})">Logout</a> </p> + <p class="userblock"> + <b>Help</b><br> + <a href="http://roundup.sourceforge.net/doc-0.5/">Roundup docs</a> + </p> </td> <td> <p tal:condition="options/error_message | nothing" class="error-message"
