Fix issue with the system test comparison page
This commit is contained in:
parent
1050070067
commit
a88e9db1ff
1 changed files with 4 additions and 1 deletions
|
|
@ -1233,7 +1233,10 @@ enough builds to determine a change")))
|
|||
`(td (@ (rowspan 2))
|
||||
,(render-location
|
||||
target-git-repositories
|
||||
(assq-ref query-parameters 'target_commit)
|
||||
(if (eq? mode 'revision)
|
||||
(assq-ref query-parameters
|
||||
'target_commit)
|
||||
(second target-revision-details))
|
||||
location-data))
|
||||
""))
|
||||
(cons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue