From a223ec4b71fd7505b206f6b3531cd25a6469ea9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Wed, 26 Jan 2011 17:39:36 -0300 Subject: Added [libre] and [libre-testing] repos, plus bugs links --- main/fixtures/repos.json | 20 ++++++++++++++++++++ templates/base.html | 1 + templates/public/index.html | 6 ++---- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/main/fixtures/repos.json b/main/fixtures/repos.json index bc474d3e..a89af7b5 100644 --- a/main/fixtures/repos.json +++ b/main/fixtures/repos.json @@ -58,5 +58,25 @@ "name": "Testing", "bugs_project": 1 } + }, + { + "pk": 10, + "model": "main.repo", + "fields": { + "svn_root": "", + "testing": true, + "name": "Libre-Testing", + "bugs_project": 0 + } + }, + { + "pk": 11, + "model": "main.repo", + "fields": { + "svn_root": "", + "testing": false, + "name": "Libre", + "bugs_project": 0 + } } ] 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 @@
  • Home
  • Packages
  • Wiki
  • +
  • Bugs
  • Download
  • 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
  • Projects in Git
  • -
  • Parabola Hacking
  • -
  • TODO list
  • +
  • Issue Tracker
  • {% comment %}
  • Todo Lists
  • -- cgit v1.2.3-2-g168b