diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-01-26 17:39:36 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-01-26 17:39:36 -0300 |
commit | a223ec4b71fd7505b206f6b3531cd25a6469ea9f (patch) | |
tree | b65e479e0e04e088d8a82e7232c0fd2bdf929606 /templates | |
parent | 5ce1c68bb005a2c700bf196ef3fa2feebeec10dd (diff) |
Added [libre] and [libre-testing] repos, plus bugs links
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 1 | ||||
-rw-r--r-- | templates/public/index.html | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html index d423845a..1a4e7da5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,6 +20,7 @@ <li id="anb-home"><a href="/" title="Parabola news, packages, projects and more">Home</a></li> <li id="anb-packages"><a href="/packages/" title="Package Database">Packages</a></li> <li id="anb-wiki"><a href="http://wiki.parabolagnulinux.org" title="Community documentation">Wiki</a></li> + <li id="anb-bugs"><a href="http://bugs.parabolagnulinux.org" title="Issue Tracker">Bugs</a></li> <li id="anb-download"><a href="{% url page-download as pdl %}{{ pdl }}" title="Get Parabola">Download</a></li> </ul> </div> diff --git a/templates/public/index.html b/templates/public/index.html index d83a8aaf..b81c0de4 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -147,10 +147,8 @@ title="View the available package groups">Package Groups</a></li> <li><a href="http://projects.parabolagnulinux.org" title="Official Parabola projects (git)">Projects in Git</a></li> - <li><a href="http://wiki.parabolagnulinux.org/Category:Parabola/Hacking" - title="Hacking on Parabola">Parabola Hacking</a></li> - <li><a href="http://wiki.parabolagnulinux.org/TODO" - title="Help with the Parabola development">TODO list</a></li> + <li><a href="http://bugs.parabolagnulinux.org/" + title="Parabola's Issue Tracker">Issue Tracker</a></li> {% comment %} <li><a href="/todolists/" title="Todo Lists">Todo Lists</a></li> |