Link to the versions page from the latest revision package page
This commit is contained in:
parent
1ce1a405a6
commit
50f550d642
3 changed files with 19 additions and 4 deletions
|
|
@ -548,7 +548,8 @@
|
|||
(samp ,commit-hash)))
|
||||
(header-link
|
||||
(string-append
|
||||
"/revision/" commit-hash)))
|
||||
"/revision/" commit-hash))
|
||||
version-history-link)
|
||||
(let ((metadata
|
||||
(select-package-metadata-by-revision-name-and-version
|
||||
conn
|
||||
|
|
@ -600,7 +601,9 @@
|
|||
git-repositories
|
||||
lint-warnings
|
||||
#:header-text header-text
|
||||
#:header-link header-link)
|
||||
#:header-link header-link
|
||||
#:version-history-link
|
||||
version-history-link)
|
||||
#:extra-headers http-headers-for-unchanging-content)))))
|
||||
|
||||
(define* (render-revision-derivations mime-types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue