diff options
author | Dusty Phillips <dusty@archlinux.ca> | 2010-07-23 09:09:00 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-07-25 16:08:21 -0500 |
commit | ce87aadd978dbe0a2647cfcbe4e7267ed16f902b (patch) | |
tree | 2b1e32c36123e4522be445a6ccdac7fb49950cd8 /templates/public/index.html | |
parent | ca409654b1d66b663c175ca67c649813ac104b6d (diff) |
Add a link to the read only todo lists on the index page.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/index.html')
-rw-r--r-- | templates/public/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 575475fc..782ed757 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -148,6 +148,8 @@ title="Official Arch projects (git)">Projects in Git</a></li> <li><a href="http://wiki.archlinux.org/index.php/DeveloperWiki" title="Developer Wiki articles">DeveloperWiki</a></li> + <li><a href="/todolists/" + title="Developer Todo Lists">Todo Lists</a></li> </ul> <h4>About</h4> |