Show links to the cgit pages for repositories on the index page

This commit is contained in:
Christopher Baines 2019-07-22 21:11:09 +01:00
parent 05db0a87f9
commit 7f8ffb4bea
2 changed files with 9 additions and 3 deletions

View file

@ -14,7 +14,7 @@
(exec-query
conn
(string-append
"SELECT id, label, url FROM git_repositories ORDER BY id ASC")))
"SELECT id, label, url, cgit_url_base FROM git_repositories ORDER BY id ASC")))
(define (select-git-repository conn id)
(match (exec-query