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
|
||||
#:sxml
|
||||
(view-git-repository
|
||||
id
|
||||
(string->number id)
|
||||
label url cgit-url-base
|
||||
(all-branches-with-most-recent-commit conn
|
||||
(string->number id)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue