diff link order

This commit is contained in:
Jay McCarthy 2012-07-31 13:57:21 -06:00
parent 27fb60b5a4
commit 7b9da83084

View File

@ -393,7 +393,7 @@
`(div ([class "error"]) `(div ([class "error"])
"This result of executing this file has changed since the previous push." "This result of executing this file has changed since the previous push."
" " " "
(a ([href ,(format "/diff/~a/~a~a" (current-rev) (previous-rev) the-base-path)]) (a ([href ,(format "/diff/~a/~a~a" (previous-rev) (current-rev) the-base-path)])
"See the difference"))) "See the difference")))
,@(if (empty? output) ,@(if (empty? output)
'() '()