Fix the repository page
The repository id is expected to be a number.
This commit is contained in:
parent
ce5f9bb3e6
commit
6a9f11fb94
1 changed files with 1 additions and 1 deletions
|
|
@ -835,7 +835,7 @@
|
||||||
(render-html
|
(render-html
|
||||||
#:sxml
|
#:sxml
|
||||||
(view-git-repository
|
(view-git-repository
|
||||||
id
|
(string->number id)
|
||||||
label url cgit-url-base
|
label url cgit-url-base
|
||||||
(all-branches-with-most-recent-commit conn
|
(all-branches-with-most-recent-commit conn
|
||||||
(string->number id)))))
|
(string->number id)))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue