Show links to the cgit pages for repositories on the index page
This commit is contained in:
parent
05db0a87f9
commit
7f8ffb4bea
2 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue